all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: fish: Update to 2.3.0.
@ 2016-06-10 19:07 Peter
  2016-06-11  4:54 ` 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Peter @ 2016-06-10 19:07 UTC (permalink / raw)
  To: guix-devel

    * gnu/packages/fish.scm (package): Update from 2.2.0 to 2.3.0.
---
 gnu/packages/fish.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm
index 72e2156..7abaaf0 100644
--- a/gnu/packages/fish.scm
+++ b/gnu/packages/fish.scm
@@ -29,14 +29,14 @@
 (define-public fish
   (package
     (name "fish")
-    (version "2.2.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://fishshell.com/files/"
                                   version "/fish-" version ".tar.gz"))
               (sha256
                (base32
-                "0ympqz7llmf0hafxwglykplw6j5cz82yhlrw50lw4bnf2kykjqx7"))
+                "1ralmp7lavdl0plc09ppm232aqsn0crxx6m3hgaa06ibam3sqawi"))
               (modules '((guix build utils)))
               ;; Don't try to install /etc/fish/config.fish.
               (snippet
-- 
2.8.3

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

* Re: [PATCH] gnu: fish: Update to 2.3.0.
  2016-06-10 19:07 [PATCH] gnu: fish: Update to 2.3.0 Peter
@ 2016-06-11  4:54 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2016-06-11  4:54 UTC (permalink / raw)
  To: Peter; +Cc: guix-devel


Pushed, thanks!

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

end of thread, other threads:[~2016-06-11  4:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 19:07 [PATCH] gnu: fish: Update to 2.3.0 Peter
2016-06-11  4:54 ` 宋文武

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.