Archived
1
0
Fork 0

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:
Tobias Geerinckx-Rice 2021-05-20 10:50:17 +02:00
parent cb3f25f43b
commit 191e2347c5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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