mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://ftp.isc.org/isc/bind9/" version "/" name "-"
|
||||
version ".tar.gz"))
|
||||
"https://ftp.isc.org/isc/bind9/" version
|
||||
"/bind-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))
|
||||
|
|
Loading…
Reference in a new issue