mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ (define-public wimlib
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://wimlib.net/downloads/"
|
||||
name "-" version ".tar.gz"))
|
||||
"wimlib-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
|
||||
|
|
Loading…
Reference in a new issue