guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: fish: Update to 2.3.0.


From: ???
Subject: 01/05: gnu: fish: Update to 2.3.0.
Date: Sat, 11 Jun 2016 04:53:41 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 59befb7f3151fc9688f975dedd563b26f2d4cb10
Author: Peter <address@hidden>
Date:   Fri Jun 10 21:07:52 2016 +0200

    gnu: fish: Update to 2.3.0.
    
    * gnu/packages/fish.scm (fish): Update to 2.3.0.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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



reply via email to

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