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

* gnu/packages/admin.scm (hungrycat)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2018-12-23 10:48:19 +01:00
parent 631249ddc0
commit e20796dc7a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))