3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/networking.scm (whois)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-22 15:32:13 +02:00
parent d4ae72af47
commit cc08576d9b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -556,7 +556,7 @@ and up to 1 Mbit/s downstream.")
(origin
(method url-fetch)
(uri (string-append "mirror://debian/pool/main/w/whois/"
name "_" version ".tar.xz"))
"whois_" version ".tar.xz"))
(sha256
(base32
"0gbg9fis05zf2fl4264jplbphy75l50k3g92cz6mkmbsklrn7v34"))))