all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53955] [PATCH] gnu: fish: Update to 3.3.1.
@ 2022-02-12 12:03 Steve George
  2022-02-15 14:11 ` bug#53955: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Steve George @ 2022-02-12 12:03 UTC (permalink / raw)
  To: 53955; +Cc: Steve George

* **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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53955: [PATCH] gnu: fish: Update to 3.3.1.
  2022-02-12 12:03 [bug#53955] [PATCH] gnu: fish: Update to 3.3.1 Steve George
@ 2022-02-15 14:11 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-15 14:11 UTC (permalink / raw)
  To: Steve George; +Cc: 53955-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 12:03 [bug#53955] [PATCH] gnu: fish: Update to 3.3.1 Steve George
2022-02-15 14:11 ` bug#53955: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.