GNU bug report logs - #34853
[PATCH] gnu: fish: Update to 3.0.2.

Previous Next

Package: guix-patches;

Reported by: Meiyo Peng <meiyo <at> riseup.net>

Date: Thu, 14 Mar 2019 03:38:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.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: Meiyo Peng <meiyo <at> riseup.net>
Subject: bug#34853: closed (Re: [bug#34853] [PATCH] gnu: fish: Update to
 3.0.2.)
Date: Thu, 14 Mar 2019 10:02:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34853: [PATCH] gnu: fish: Update to 3.0.2.

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 34853 <at> debbugs.gnu.org.

-- 
34853: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34853
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Meiyo Peng <meiyo <at> riseup.net>
Cc: 34853-done <at> debbugs.gnu.org
Subject: Re: [bug#34853] [PATCH] gnu: fish: Update to 3.0.2.
Date: Thu, 14 Mar 2019 11:01:44 +0100
Meiyo Peng <meiyo <at> riseup.net> writes:

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

Thanks!  Applied with commit bb2f114de9.

-- 
Ricardo


[Message part 3 (message/rfc822, inline)]
From: Meiyo Peng <meiyo <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Meiyo Peng <meiyo <at> riseup.net>
Subject: [PATCH] gnu: fish: Update to 3.0.2.
Date: Thu, 14 Mar 2019 11:36:56 +0800
* gnu/packages/shells.scm (fish): Update to 3.0.2.
---
 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 d0561559e9..4c832c0702 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -91,7 +91,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
 (define-public fish
   (package
     (name "fish")
-    (version "3.0.0")
+    (version "3.0.2")
     (source
      (origin
        (method url-fetch)
@@ -99,7 +99,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
                            "releases/download/" version "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "1kzjd0n0sfslkd36lzrvvvgy3qwkd9y466bkrqlnhd5h9dhx77ga"))))
+        (base32 "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl"))))
     (build-system gnu-build-system)
     (inputs
      `(("fish-foreign-env" ,fish-foreign-env)
-- 
2.21.0




This bug report was last modified 6 years and 122 days ago.

Previous Next


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