aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-21 23:19:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-21 23:20:21 +0200
commit9c74b8b3325a4da947f16a7e2ecf015a25c3017a (patch)
tree9adeff3cadc565a1b22f3e649965f9c479ff67f7
parent7fb5084db5bac4abd734ab74f309fb03d6d413e8 (diff)
downloadguix-9c74b8b3325a4da947f16a7e2ecf015a25c3017a.tar
guix-9c74b8b3325a4da947f16a7e2ecf015a25c3017a.tar.gz
gnu: bind: Update to 9.16.8.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5e85aba5ec..906333bb44 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -317,7 +317,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(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 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.xz"))
(sha256
(base32
- "1l8lhgnkj3fnl1101bs3pzj5gv2x5m9ahvrbyscsc9mxxc91hzcz"))))
+ "0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs