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

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

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"))))