gnu: fish: Update to 3.6.1.

* gnu/packages/shells.scm (fish): Update to 3.6.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Greg Hogan 2023-05-24 18:06:56 +00:00 committed by Efraim Flashner
parent 247ac4b73f
commit f7d5722d36
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -119,7 +119,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(define-public fish (define-public fish
(package (package
(name "fish") (name "fish")
(version "3.6.0") (version "3.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -127,7 +127,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
"releases/download/" version "/" "releases/download/" version "/"
"fish-" version ".tar.xz")) "fish-" version ".tar.xz"))
(sha256 (sha256
(base32 "10b1xa1hpmi62rzh3qgxlw7xrhyigs8kssagccawmrryfxbls14p")))) (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list fish-foreign-env ncurses pcre2 (list fish-foreign-env ncurses pcre2