GNU bug report logs - #63694
[PATCH] gnu: fish: Update to 3.6.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:08:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Greg Hogan <code <at> greghogan.com>
Subject: bug#63694: closed (Re: [bug#63694] [PATCH] gnu: fish: Update to
 3.6.1.)
Date: Thu, 01 Jun 2023 09:56:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63694: [PATCH] gnu: fish: Update to 3.6.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63694 <at> debbugs.gnu.org.

-- 
63694: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63694
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Greg Hogan <code <at> greghogan.com>
Cc: 63694-done <at> debbugs.gnu.org
Subject: Re: [bug#63694] [PATCH] gnu: fish: Update to 3.6.1.
Date: Thu, 1 Jun 2023 12:52:07 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: fish: Update to 3.6.1.
Date: Wed, 24 May 2023 18:06:56 +0000
* gnu/packages/shells.scm (fish): Update to 3.6.1.
---
 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 @@ (define-public dash
 (define-public fish
   (package
     (name "fish")
-    (version "3.6.0")
+    (version "3.6.1")
     (source
      (origin
        (method url-fetch)
@@ -127,7 +127,7 @@ (define-public fish
                            "releases/download/" version "/"
                            "fish-" version ".tar.xz"))
        (sha256
-        (base32 "10b1xa1hpmi62rzh3qgxlw7xrhyigs8kssagccawmrryfxbls14p"))))
+        (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m"))))
     (build-system cmake-build-system)
     (inputs
      (list fish-foreign-env ncurses pcre2
-- 
2.40.1




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

Previous Next


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