gnu: bind: Update to 9.16.10.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-16 23:32:45 +01:00
parent 2b5eaf0e02
commit aa02c6f6d7
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.9")
(version "9.16.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -325,7 +325,7 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
"0nja60jxb8d2m5fi6xd55xjpfkzmxhjsmbxqphy6x91qsz295cmw"))))
"1cv26gzbyk3ahidr1fip0pgj28s7l52cafdqpykfc1b2kh0zqixw"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs