gnu: quilt: Don't use NAME in source URI.
* gnu/packages/patchutils.scm (quilt)[source]: Hard-code NAME.
This commit is contained in:
parent
730ad09537
commit
d2f477ba82
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ listing the files modified by a patch.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/quilt/"
|
(uri (string-append "mirror://savannah/quilt/"
|
||||||
name "-" version ".tar.gz"))
|
"quilt-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn"))
|
"06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn"))
|
||||||
|
|
Reference in a new issue