mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: whois: Don't use NAME in source URI.
* gnu/packages/networking.scm (whois)[source]: Hard-code NAME.
This commit is contained in:
parent
d4ae72af47
commit
cc08576d9b
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ (define-public whois
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
||||||
name "_" version ".tar.xz"))
|
"whois_" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gbg9fis05zf2fl4264jplbphy75l50k3g92cz6mkmbsklrn7v34"))))
|
"0gbg9fis05zf2fl4264jplbphy75l50k3g92cz6mkmbsklrn7v34"))))
|
||||||
|
|
Loading…
Reference in a new issue