me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-21 01:12:28 +01:00
parent fb6112e953
commit 1a05bce275
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ changes are stored.")
(source (origin
(method url-fetch)
(uri (string-append "https://wimlib.net/downloads/"
name "-" version ".tar.gz"))
"wimlib-" version ".tar.gz"))
(sha256
(base32
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))