gnu: isc-dhcp: Update bundled BIND to 9.11.32.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.32.
This commit is contained in:
parent
cb3f25f43b
commit
191e2347c5
1 changed files with 2 additions and 2 deletions
|
@ -1135,7 +1135,7 @@ connection alive.")
|
|||
(define-public isc-dhcp
|
||||
(let* ((bind-major-version "9")
|
||||
(bind-minor-version "11")
|
||||
(bind-patch-version "31")
|
||||
(bind-patch-version "32")
|
||||
(bind-release-type "") ; for patch release, use "-P"
|
||||
(bind-release-version "") ; for patch release, e.g. "6"
|
||||
(bind-version (string-append bind-major-version
|
||||
|
@ -1272,7 +1272,7 @@ connection alive.")
|
|||
"/bind-" bind-version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sm3vy5g21isdywxr650442x9r00fpj9cxc81n3qcbibyibl9wpm"))))
|
||||
"0hhkb4d14hvly2751cxl2s2xyim3bri8qaisgkcm456xfi5wpy6b"))))
|
||||
|
||||
("coreutils*" ,coreutils)
|
||||
("sed*" ,sed)))
|
||||
|
|
Reference in a new issue