summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-18 15:30:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-18 17:08:10 +0100
commit000e27b3d78d6408ce93ab2116737757655d6e9b (patch)
tree48836edf952834add317a9bd378f4d30d25594f1 /gnu/packages/dns.scm
parent9783645ee8eaf9c33ce952131e692fb2ff47ffc9 (diff)
downloadguix-patches-000e27b3d78d6408ce93ab2116737757655d6e9b.tar
guix-patches-000e27b3d78d6408ce93ab2116737757655d6e9b.tar.gz
gnu: bind: Update to 9.16.13.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
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 bb19175b1a..5d0d9f8396 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -319,7 +319,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
;; The BIND release notes are available here:
;; https://www.isc.org/bind/
- (version "9.16.12")
+ (version "9.16.13")
(source (origin
(method url-fetch)
(uri (string-append
@@ -327,7 +327,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.xz"))
(sha256
(base32
- "0zys8hk08zzrw57x0vmzv6zx0a7vjj6qk5qh8jmrqd7x269sy54r"))))
+ "026cliyj570wxvvij96mrzsxyf421xv9a80gc5gv6savza9wfk55"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs