guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: fish: Update to 3.6.1.


From: guix-commits
Subject: 03/09: gnu: fish: Update to 3.6.1.
Date: Thu, 1 Jun 2023 05:55:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f7d5722d36f999d9f50abb543eb950fdecdd5efc
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:06:56 2023 +0000

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



reply via email to

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