diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-24 15:48:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-24 15:48:44 +0100 |
commit | 2a2060f9b7301a86d70a77975a7ce859f5a2874f (patch) | |
tree | 61e3847183b81e45f007998cb133509a9c2fe692 | |
parent | 8f4bf6a99065f836858c42ebcd2ee8a6c4482c65 (diff) | |
download | guix-2a2060f9b7301a86d70a77975a7ce859f5a2874f.tar guix-2a2060f9b7301a86d70a77975a7ce859f5a2874f.tar.gz |
gnu: bind: Update to 9.12.0.
* gnu/packages/dns.scm (isc-bind): Update to 9.12.0.
-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 e7b9b2250b..b9e75f349c 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -99,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") - (version "9.11.2-P1") + (version "9.12.0") (source (origin (method url-fetch) (uri (string-append @@ -107,7 +107,7 @@ and BOOTP/TFTP for network booting of diskless machines.") version ".tar.gz")) (sha256 (base32 - "04hjvwvs7ssgj69lqparx0wj0w3xkc0x8y2iv62kzjighd41bhyf")))) + "10iwkghl5g50b7wc17bsb9wa0dh2gd57bjlk6ynixhywz6dhx1r9")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |