gnu: wimlib: Don't use NAME in source URI.
* gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
This commit is contained in:
parent
fb6112e953
commit
1a05bce275
|
@ -679,7 +679,7 @@ changes are stored.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://wimlib.net/downloads/"
|
(uri (string-append "https://wimlib.net/downloads/"
|
||||||
name "-" version ".tar.gz"))
|
"wimlib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
|
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
|
||||||
|
|
Loading…
Reference in New Issue