diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:34:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:42:17 +0100 |
commit | 6d27891aa0856575617561ba22ab256fab879c9e (patch) | |
tree | b02211c8d1f4af118f64a6057716270d721577bc /gnu/packages/dns.scm | |
parent | 30ae1e8c942b6b7a6efd13eff36e03228fda8e8b (diff) | |
download | guix-6d27891aa0856575617561ba22ab256fab879c9e.tar.gz |
gnu: bind: Update to 9.16.1.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.1.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 100a71d3bd..cc9dc28391 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.16.0") + (version "9.16.1") (source (origin (method url-fetch) (uri (string-append @@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.") "/bind-" version ".tar.xz")) (sha256 (base32 - "0a1f1wrlbnmq79q6s15fny36ip81malg6wlr8acp7amimsyxjjxg")))) + "14ayswxnyaqwb935iqdi1w9ih3zs0a0va59j4cyi5f9mh7kxf4x9")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |