guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: fish: Update to 2.3.0.


From: Peter
Subject: [PATCH] gnu: fish: Update to 2.3.0.
Date: Fri, 10 Jun 2016 21:07:52 +0200
User-agent: Notmuch/0.21 (https://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu)

    * 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



reply via email to

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