guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: fish: Don't use NAME in source URI.


From: guix-commits
Subject: 07/20: gnu: fish: Don't use NAME in source URI.
Date: Mon, 2 Mar 2020 23:24:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 46b39ce8351608c97e07328424f453dd22a87c4a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 3 03:18:32 2020 +0100

    gnu: fish: Don't use NAME in source URI.
    
    * gnu/packages/shells.scm (fish)[source]: Hard-code NAME.
---
 gnu/packages/shells.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index d28f834..8fb941b 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -101,7 +101,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
        (method url-fetch)
        (uri (string-append "https://github.com/fish-shell/fish-shell/";
                            "releases/download/" version "/"
-                           name "-" version ".tar.gz"))
+                           "fish-" version ".tar.gz"))
        (sha256
         (base32 "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl"))))
     (build-system gnu-build-system)



reply via email to

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