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

* gnu/packages/compression.scm (cabextract)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-06 16:47:47 +01:00
parent bde093c23d
commit 393b55d5c7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -952,7 +952,7 @@ (define-public cabextract
(version "1.9.1")
(source (origin
(method url-fetch)
(uri (string-append home-page name "-" version ".tar.gz"))
(uri (string-append home-page "cabextract-" version ".tar.gz"))
(sha256
(base32
"19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"))