diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-14 21:33:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-14 21:33:18 +0100 |
commit | dba52a2bcbbc11887df47162b4dd16b46346e362 (patch) | |
tree | 1c09ea43620f3b3f854cef372252f949af2ab6b0 /gnu | |
parent | dac6095d7ecec7f9fa6e270cbe86f14636c2292d (diff) | |
download | guix-dba52a2bcbbc11887df47162b4dd16b46346e362.tar guix-dba52a2bcbbc11887df47162b4dd16b46346e362.tar.gz |
gnu: bind: Update to 9.12.1.
* gnu/packages/dns.scm (isc-bind): Update to 9.12.1.
Diffstat (limited to 'gnu')
-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 b0f6ddaec2..08304b0c4c 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.12.0") + (version "9.12.1") (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 - "10iwkghl5g50b7wc17bsb9wa0dh2gd57bjlk6ynixhywz6dhx1r9")))) + "043mjcw405qa0ghm5dkhfsq35gsy279724fz3mjqpr1mbi14dr0n")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |