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.2.


From: David Thompson
Subject: 01/01: gnu: fish: Update to 2.1.2.
Date: Sat, 07 Mar 2015 21:06:36 +0000

davexunit pushed a commit to branch master
in repository guix.

commit aa45c7a42533075a3ebe0a40b41c8e4b3df1a7c0
Author: David Thompson <address@hidden>
Date:   Sat Mar 7 16:03:55 2015 -0500

    gnu: fish: Update to 2.1.2.
---
 gnu/packages/fish.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm
index 9398446..629e5f7 100644
--- a/gnu/packages/fish.scm
+++ b/gnu/packages/fish.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 David Thompson <address@hidden>
+;;; Copyright © 2014, 2015 David Thompson <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +28,14 @@
 (define-public fish
   (package
     (name "fish")
-    (version "2.1.1")
+    (version "2.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://fishshell.com/files/";
                                   version "/fish-" version ".tar.gz"))
               (sha256
                (base32
-                "096rhi911s3j618cvp8fj9pb4jniy3y6415jvjg8bhszsp1x7r5p"))
+                "1pgnz5lapm4qk48a13k9698jaswybzlbz2nyc621d852ldf0vhn6"))
               (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]