summary refs log tree commit diff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-16 23:20:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-16 23:21:17 +0200
commita765b7b043826b83d048f96b37883ed235244d3b (patch)
tree6b09fcb1dfa768fb93747b4a52f84b170d4ac04f /gnu/packages/dns.scm
parent8d557d4167ea98dfbc200fd20f64b8da36da35a2 (diff)
downloadguix-a765b7b043826b83d048f96b37883ed235244d3b.tar.gz
gnu: bind: Update to 9.16.7.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
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 8bb34111d2..65f1c632b4 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -313,7 +313,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.6")
+    (version "9.16.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -321,7 +321,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.xz"))
               (sha256
                (base32
-                "1jvi6ms51vyrhpflx05xlb7gblyd59zsyj28b8s3pl3xnkrv0rxm"))))
+                "1l8lhgnkj3fnl1101bs3pzj5gv2x5m9ahvrbyscsc9mxxc91hzcz"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs