summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 11:50:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 11:53:37 +0200
commit524c0ece8ec660afc3675767c96b31e516158ea8 (patch)
treec65aa28f1bab0cbed13005228a34d50b4d7535a5 /gnu/packages/dns.scm
parent3251c628f754eaceaa0515fadffcf8e64e1ca66e (diff)
downloadguix-patches-524c0ece8ec660afc3675767c96b31e516158ea8.tar
guix-patches-524c0ece8ec660afc3675767c96b31e516158ea8.tar.gz
gnu: bind: Update to 9.14.5.
* gnu/packages/dns.scm (isc-bind): Update to 9.14.5.
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 b4d5a9ab27..824a8372bb 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -109,7 +109,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
- (version "9.14.4")
+ (version "9.14.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -117,7 +117,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.gz"))
(sha256
(base32
- "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii"))))
+ "0ic0k0kpavwnbyf10rwx6yypxg66f65fprwc0dbmp61xp0n6gl0j"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs