* [bug#57249] [PATCH] gnu: fish: Update to 3.5.1.
@ 2022-08-16 18:35 Mike Jones
2022-08-17 6:11 ` bug#57249: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Mike Jones @ 2022-08-16 18:35 UTC (permalink / raw)
To: 57249; +Cc: Mike Jones
* gnu/packages/shells.scm (fish): Update to 3.5.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 1a5f8fca9f..cb983fb148 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.3.1")
+ (version "3.5.1")
(source
(origin
(method url-fetch)
@@ -127,7 +127,7 @@ (define-public fish
"releases/download/" version "/"
"fish-" version ".tar.xz"))
(sha256
- (base32 "12dfkyqv5vm52i1fifz91h8f8xg60xjvv94kx6xjqxk9a8dfxd5m"))
+ (base32 "0a39vf0wqq6asw5xcrwgdsc67h5bxkgxzy77f8bx6pd4qlympm56"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: 8aab1f7c73c3a6e204b1257e687120c009c88604
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-17 6:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 18:35 [bug#57249] [PATCH] gnu: fish: Update to 3.5.1 Mike Jones
2022-08-17 6:11 ` bug#57249: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).