gnu: bind: Update to 9.16.8.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-21 23:19:56 +02:00
parent 7fb5084db5
commit 9c74b8b332
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -317,7 +317,7 @@ (define-public isc-bind
(package
(name "bind")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
(version "9.16.7")
(version "9.16.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -325,7 +325,7 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
"1l8lhgnkj3fnl1101bs3pzj5gv2x5m9ahvrbyscsc9mxxc91hzcz"))))
"0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs