all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67910] [PATCH] update fish shell to 3.6.4
@ 2023-12-19 18:41 Benjamin Slade
  2024-03-10  4:40 ` bug#67910: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Slade @ 2023-12-19 18:41 UTC (permalink / raw)
  To: 67910

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

--

'(Dr Benjamin Slade (he/him)
     (website . <https://lambda-y.net>)     
     `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
       "sent by mu4e 1.10.8 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")

[-- Attachment #2: 0001-update-fish-shell-to-3.6.4.patch --]
[-- Type: text/x-patch, Size: 1388 bytes --]

From 0ce2b1dc2d924d349f34a8e4c41faeb107d54077 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
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 <andrew@trop.in>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 David Pflug <david@pflug.io>
+;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
 ;;;
 ;;; 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67910: [PATCH] update fish shell to 3.6.4
  2023-12-19 18:41 [bug#67910] [PATCH] update fish shell to 3.6.4 Benjamin Slade
@ 2024-03-10  4:40 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  4:40 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: 67910-done


Hello, we have fish 3.7.0 now.
Close, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-10  4:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 18:41 [bug#67910] [PATCH] update fish shell to 3.6.4 Benjamin Slade
2024-03-10  4:40 ` bug#67910: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.