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

* gnu/packages/compression.scm (cabextract)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -952,7 +952,7 @@ smaller than those produced by @code{Xdelta}.")
(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"))