summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-12-16 23:32:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-16 23:33:26 +0100
commitaa02c6f6d789621cb945e1b5f0c35c1e99951c16 (patch)
treee42477979a1b8e91fa1558cad91e8c29adf3ce06 /gnu/packages/dns.scm
parent2b5eaf0e020015ef83aabfddb13aa45adaa2cdb7 (diff)
downloadguix-patches-aa02c6f6d789621cb945e1b5f0c35c1e99951c16.tar
guix-patches-aa02c6f6d789621cb945e1b5f0c35c1e99951c16.tar.gz
gnu: bind: Update to 9.16.10.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.10.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 403ebd3d8b..5028a38fd3 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.9")
+ (version "9.16.10")
(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
- "0nja60jxb8d2m5fi6xd55xjpfkzmxhjsmbxqphy6x91qsz295cmw"))))
+ "1cv26gzbyk3ahidr1fip0pgj28s7l52cafdqpykfc1b2kh0zqixw"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs