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


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: fish: Update to 2.7.0.
Date: Thu, 23 Nov 2017 11:20:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d868cf4f989a86fe05966963f1a70f05174ad25b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 23 17:21:43 2017 +0100

    gnu: fish: Update to 2.7.0.
    
    * gnu/packages/shell.scm (fish): Update to 2.7.0.
    [source]: Add alternative source.
---
 gnu/packages/shells.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index f03d7c4..2792b2e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -88,14 +88,19 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
 (define-public fish
   (package
     (name "fish")
-    (version "2.6.0")
+    (version "2.7.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://fishshell.com/files/";
-                                  version "/fish-" version ".tar.gz"))
+              (uri
+               (list
+                (string-append "https://fishshell.com/files/";
+                               version "/fish-" version ".tar.gz")
+                (string-append "https://github.com/fish-shell/fish-shell/";
+                               "releases/download/" version "/"
+                               name "-" version ".tar.gz")))
               (sha256
                (base32
-                "1yzx73kg5ng5ivhi68756sl5hpb8869110l9fwim6gn7f7bbprby"))
+                "1jvvm27hp46w0cia14lfz6161dkz8b935j1m7j38i7rgx75bfxis"))
               (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]