all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34853] [PATCH] gnu: fish: Update to 3.0.2.
@ 2019-03-14  3:36 Meiyo Peng
  2019-03-14 10:01 ` bug#34853: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Meiyo Peng @ 2019-03-14  3:36 UTC (permalink / raw)
  To: 34853

* 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

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

* bug#34853: [PATCH] gnu: fish: Update to 3.0.2.
  2019-03-14  3:36 [bug#34853] [PATCH] gnu: fish: Update to 3.0.2 Meiyo Peng
@ 2019-03-14 10:01 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:01 UTC (permalink / raw)
  To: Meiyo Peng; +Cc: 34853-done


Meiyo Peng <meiyo@riseup.net> writes:

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

Thanks!  Applied with commit bb2f114de9.

-- 
Ricardo

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

end of thread, other threads:[~2019-03-14 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14  3:36 [bug#34853] [PATCH] gnu: fish: Update to 3.0.2 Meiyo Peng
2019-03-14 10:01 ` bug#34853: " Ricardo Wurmus

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.