guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fish: Update to 2.1.1.


From: ???
Subject: 01/01: gnu: fish: Update to 2.1.1.
Date: Sat, 06 Dec 2014 11:09:30 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 4c8d523f9358665ff06b5af2b36c609eab2d1a78
Author: 宋文武 <address@hidden>
Date:   Sat Dec 6 14:26:29 2014 +0800

    gnu: fish: Update to 2.1.1.
    
    * gnu/packages/fish.scm (fish): Update to 2.1.1.
---
 gnu/packages/fish.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm
index 6f818b4..ee11124 100644
--- a/gnu/packages/fish.scm
+++ b/gnu/packages/fish.scm
@@ -28,14 +28,14 @@
 (define-public fish
   (package
     (name "fish")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://fishshell.com/files/";
                                   version "/fish-" version ".tar.gz"))
               (sha256
                (base32
-                "0i7h3hx8iszli3d4kphw79sz9m07f2lc2c9hr9smdps5s7wpllmg"))))
+                "096rhi911s3j618cvp8fj9pb4jniy3y6415jvjg8bhszsp1x7r5p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)))



reply via email to

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