GNU bug report logs -
#63694
[PATCH] gnu: fish: Update to 3.6.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 24 May 2023 18:08:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/shells.scm (fish): Update to 3.6.1.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b44e104c17..a3b16aaae8 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -119,7 +119,7 @@ (define-public dash
(define-public fish
(package
(name "fish")
- (version "3.6.0")
+ (version "3.6.1")
(source
(origin
(method url-fetch)
@@ -127,7 +127,7 @@ (define-public fish
"releases/download/" version "/"
"fish-" version ".tar.xz"))
(sha256
- (base32 "10b1xa1hpmi62rzh3qgxlw7xrhyigs8kssagccawmrryfxbls14p"))))
+ (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m"))))
(build-system cmake-build-system)
(inputs
(list fish-foreign-env ncurses pcre2
--
2.40.1
This bug report was last modified 1 year and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.