emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53955: closed ([PATCH] gnu: fish: Update to 3.3.1.)


From: GNU bug Tracking System
Subject: bug#53955: closed ([PATCH] gnu: fish: Update to 3.3.1.)
Date: Tue, 15 Feb 2022 14:12:01 +0000

Your message dated Tue, 15 Feb 2022 15:11:29 +0100
with message-id <87sfskp6cu.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53955] [PATCH] gnu: fish: Update to 3.3.1.
has caused the debbugs.gnu.org bug report #53955,
regarding [PATCH] gnu: fish: Update to 3.3.1.
to be marked as done.

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


-- 
53955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53955
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fish: Update to 3.3.1. Date: Sat, 12 Feb 2022 12:03:06 +0000
* **Request for testing**: patch compiles manually, but fails under guix
  daemon. Please test it as there seems no reason it should fail.

-- >8 -- >8 -- >8
* gnu/packages/shells/scm (fish): Update to 3.3.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 1cdb5ba5b2..3cd316753e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -115,7 +115,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
 (define-public fish
   (package
     (name "fish")
-    (version "3.2.2")
+    (version "3.3.1")
     (source
      (origin
        (method url-fetch)
@@ -123,7 +123,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
                            "releases/download/" version "/"
                            "fish-" version ".tar.xz"))
        (sha256
-        (base32 "02a0dgz5cy4iv3ysvl5kzzd4ji8pxqv93zd45041plcki0ddli2r"))
+        (base32 "12dfkyqv5vm52i1fifz91h8f8xg60xjvv94kx6xjqxk9a8dfxd5m"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: 515406f20f0f2a69f8701ce3ece8121dbc4fb5dd
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53955] [PATCH] gnu: fish: Update to 3.3.1. Date: Tue, 15 Feb 2022 15:11:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Steve George <steve@futurile.net> writes:

> * **Request for testing**: patch compiles manually, but fails under guix
>   daemon. Please test it as there seems no reason it should fail.

I built it and didn't encounter any error. We'll see what the CI says.
>
> * gnu/packages/shells/scm (fish): Update to 3.3.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]