Skip to content
Snippets Groups Projects
Unverified Commit a765b7b0 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: bind: Update to 9.16.7.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
parent 8d557d41
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ (define-public isc-bind
(package
(name "bind")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
(version "9.16.6")
(version "9.16.7")
(source (origin
(method url-fetch)
(uri (string-append
......@@ -321,7 +321,7 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
"1jvi6ms51vyrhpflx05xlb7gblyd59zsyj28b8s3pl3xnkrv0rxm"))))
"1l8lhgnkj3fnl1101bs3pzj5gv2x5m9ahvrbyscsc9mxxc91hzcz"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment