guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: fish: Update to 3.7.0.


From: guix-commits
Subject: 06/06: gnu: fish: Update to 3.7.0.
Date: Sun, 28 Jan 2024 16:54:07 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 65dc2d40cb113382fb98796f1d04099f28cab355
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Tue Jan 16 22:32:47 2024 +0100

    gnu: fish: Update to 3.7.0.
    
    * gnu/packages/shells.scm (fish): Update to 3.7.0.
    
    Change-Id: I10f6dedaed31f31735ebd90cbcb29621f43de14a
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 e3de0eb205..be8fa8d7a7 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -121,7 +121,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
 (define-public fish
   (package
     (name "fish")
-    (version "3.6.1")
+    (version "3.7.0")
     (source
      (origin
        (method url-fetch)
@@ -129,7 +129,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
                            "releases/download/" version "/"
                            "fish-" version ".tar.xz"))
        (sha256
-        (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m"))))
+        (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz"))))
     (build-system cmake-build-system)
     (inputs
      (list fish-foreign-env ncurses pcre2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]