GNU bug report logs - #68519
[PATCH] gnu: fish: Update to 3.7.0.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Tue, 16 Jan 2024 21:34:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68519: closed ([PATCH] gnu: fish: Update to 3.7.0.)
Date: Sun, 28 Jan 2024 21:51:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 28 Jan 2024 22:50:01 +0100
with message-id <87jzntdt6e.fsf <at> gnu.org>
and subject line Re: [bug#68519] [PATCH] gnu: fish: Update to 3.7.0.
has caused the debbugs.gnu.org bug report #68519,
regarding [PATCH] gnu: fish: Update to 3.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68519: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68519
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH] gnu: fish: Update to 3.7.0.
Date: Tue, 16 Jan 2024 22:32:47 +0100
* gnu/packages/shells.scm (fish): Update to 3.7.0.

Change-Id: I10f6dedaed31f31735ebd90cbcb29621f43de14a
---
 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 @@ (define-public dash
 (define-public fish
   (package
     (name "fish")
-    (version "3.6.1")
+    (version "3.7.0")
     (source
      (origin
        (method url-fetch)
@@ -129,7 +129,7 @@ (define-public fish
                            "releases/download/" version "/"
                            "fish-" version ".tar.xz"))
        (sha256
-        (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m"))))
+        (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz"))))
     (build-system cmake-build-system)
     (inputs
      (list fish-foreign-env ncurses pcre2

base-commit: 171ac4fa4f5e5dd2f2e110487de5d41b5b79a564
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 68519-done <at> debbugs.gnu.org
Subject: Re: [bug#68519] [PATCH] gnu: fish: Update to 3.7.0.
Date: Sun, 28 Jan 2024 22:50:01 +0100
Hi Rostislav,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> skribis:

> * gnu/packages/shells.scm (fish): Update to 3.7.0.
>
> Change-Id: I10f6dedaed31f31735ebd90cbcb29621f43de14a

Applied, thanks!

Ludo’.


This bug report was last modified 1 year and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.