summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-23 04:57:11 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-23 04:57:50 +0100
commitc356e65610f287e740d3ec25cf5301f8e928a654 (patch)
tree24d8c3d5edd9a940282c76769e1b3608ae2918a6
parentd36fa50fbf8169018193774782fd21f1b13b9c0e (diff)
downloadpatches-c356e65610f287e740d3ec25cf5301f8e928a654.tar
patches-c356e65610f287e740d3ec25cf5301f8e928a654.tar.gz
gnu: bind: Update to 9.14.10.
* gnu/packages/dns.scm (bind): Update to 9.14.10.
-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 3091444ed6..7c52722cb6 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
- (version "9.14.9")
+ (version "9.14.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.gz"))
(sha256
(base32
- "0g2ph3hlw86yib8hv13qgkb4i84s9zv22r4k6yqlycm2izamwmr9"))))
+ "0nkkc2phkkzwgl922xg41gx5pc5f4safabqslaw3880hwdf8vfaa"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs