GNU bug report logs - #57249
[PATCH] gnu: fish: Update to 3.5.1.

Previous Next

Package: guix-patches;

Reported by: Mike Jones <mike <at> mjones.io>

Date: Tue, 16 Aug 2022 18:52:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: Mike Jones <mike <at> mjones.io>
Subject: bug#57249: closed (Re: bug#57249: [PATCH] gnu: fish: Update to
 3.5.1.)
Date: Wed, 17 Aug 2022 06:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57249: [PATCH] gnu: fish: Update to 3.5.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 57249 <at> debbugs.gnu.org.

-- 
57249: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57249
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Mike Jones <mike <at> mjones.io>
Cc: 57249-done <at> debbugs.gnu.org
Subject: Re: bug#57249: [PATCH] gnu: fish: Update to 3.5.1.
Date: Wed, 17 Aug 2022 14:11:57 +0800
Mike Jones <mike <at> mjones.io> writes:

> * gnu/packages/shells.scm (fish): Update to 3.5.1.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: Mike Jones <mike <at> mjones.io>
To: guix-patches <at> gnu.org
Cc: Mike Jones <mike <at> mjones.io>
Subject: [PATCH] gnu: fish: Update to 3.5.1.
Date: Tue, 16 Aug 2022 19:35:00 +0100
* gnu/packages/shells.scm (fish): Update to 3.5.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 1a5f8fca9f..cb983fb148 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.3.1")
+    (version "3.5.1")
     (source
      (origin
        (method url-fetch)
@@ -127,7 +127,7 @@ (define-public fish
                            "releases/download/" version "/"
                            "fish-" version ".tar.xz"))
        (sha256
-        (base32 "12dfkyqv5vm52i1fifz91h8f8xg60xjvv94kx6xjqxk9a8dfxd5m"))
+        (base32 "0a39vf0wqq6asw5xcrwgdsc67h5bxkgxzy77f8bx6pd4qlympm56"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: 8aab1f7c73c3a6e204b1257e687120c009c88604
-- 
2.37.2




This bug report was last modified 2 years and 338 days ago.

Previous Next


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