>From 0ce2b1dc2d924d349f34a8e4c41faeb107d54077 Mon Sep 17 00:00:00 2001 From: Benjamin Slade Date: Tue, 19 Dec 2023 12:40:48 -0600 Subject: [PATCH] update fish shell to 3.6.4 --- gnu/packages/shells.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 8d2aadc..e71ec5e 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2022 Andrew Tropin ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 David Pflug +;;; Copyright © 2023 Benjamin Slade ;;; ;;; This file is part of GNU Guix. ;;; @@ -120,7 +121,7 @@ (define-public dash (define-public fish (package (name "fish") - (version "3.6.1") + (version "3.6.4") (source (origin (method url-fetch) @@ -128,7 +129,7 @@ (define-public fish "releases/download/" version "/" "fish-" version ".tar.xz")) (sha256 - (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m")))) + (base32 "14y39dfhvsg684r59w7x2sxr3kryc9vamj42x3xr5q0db0762gqg")))) (build-system cmake-build-system) (inputs (list fish-foreign-env ncurses pcre2 -- 2.41.0