guix-commits
[Top][All Lists]
Advanced

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

09/38: gnu: hungrycat: Don't use NAME in source URI.


From: guix-commits
Subject: 09/38: gnu: hungrycat: Don't use NAME in source URI.
Date: Fri, 8 Feb 2019 18:02:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e20796dc7ae22bb212570855931a1e8ddf714f2b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 10:48:19 2018 +0100

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 07dd7ec..9515c21 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2608,7 +2608,7 @@ application, collecting the information received.")
               (method url-fetch)
               (uri (string-append "https://github.com/jwilk/hungrycat/";
                                   "releases/download/" version "/"
-                                  name "-" version ".tar.gz"))
+                                  "hungrycat-" version ".tar.gz"))
               (sha256
                (base32
                 "03fc1zsrf99lvxa7b4ps6pbi43304wbxh1f6ci4q0vkal370yfwh"))))



reply via email to

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