summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-25 20:27:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-25 20:31:32 +0100
commitcaf526773c37381d240650f88efaf31173f4cf02 (patch)
treef205b8db2359f767ed6bfe593f769317f0b6ac00 /gnu
parentef8222a9f3b180d3e9a2e26efa3263148ed06523 (diff)
downloadguix-caf526773c37381d240650f88efaf31173f4cf02.tar.gz
gnu: bind: Update to 9.16.9.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
Diffstat (limited to 'gnu')
-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 c361e5c265..3aa3cf3e8d 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.8")
+    (version "9.16.9")
     (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
-                "0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy"))))
+                "0nja60jxb8d2m5fi6xd55xjpfkzmxhjsmbxqphy6x91qsz295cmw"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs