diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-18 20:02:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-19 00:28:15 +0100 |
commit | 8ab684faa29acc655cbfca886c9a432d9196a213 (patch) | |
tree | 95546171210d5e2d13ef1cd911114d9a0095a639 /gnu/packages/dns.scm | |
parent | 8451ea19bcf8ebc98ea52beddbf6245c3d3b353c (diff) | |
download | patches-8ab684faa29acc655cbfca886c9a432d9196a213.tar patches-8ab684faa29acc655cbfca886c9a432d9196a213.tar.gz |
gnu: bind: Update to 9.14.9.
* gnu/packages/dns.scm (isc-bind): Update to 9.14.9.
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 0fbccddc89..e7782a7bc9 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.8") + (version "9.14.9") (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 - "0xm0xrpgxq6gk6r6aa2w0lygnq02y1p614dmyjdmlsfnrrsslig5")))) + "0g2ph3hlw86yib8hv13qgkb4i84s9zv22r4k6yqlycm2izamwmr9")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |