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

* gnu/packages/compression.scm (upx)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 04:50:12 +01:00
parent 2196e3cc23
commit de5bc83cd3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1907,7 +1907,7 @@ (define-public upx
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/upx/upx/releases/download/v"
version "/" name "-" version "-src.tar.xz"))
version "/upx-" version "-src.tar.xz"))
(sha256
(base32
"08anybdliqsbsl6x835iwzljahnm9i7v26icdjkcv33xmk6p5vw1"))