mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: bind: Don't use NAME in source URI.
* gnu/packages/dns.scm (isc-bind)[source]: Hard-code NAME.
This commit is contained in:
parent
1584b9d680
commit
54fd7c024b
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ (define-public isc-bind
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://ftp.isc.org/isc/bind9/" version "/" name "-"
|
"https://ftp.isc.org/isc/bind9/" version
|
||||||
version ".tar.gz"))
|
"/bind-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))
|
"0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))
|
||||||
|
|
Loading…
Reference in a new issue