diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-29 00:19:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-29 00:32:00 +0200 |
commit | d02e19aa2c1d3d72ccda37ed8415f03100000a31 (patch) | |
tree | 8ac0908872aa0bf8b722126e4abeae22c49fba35 /gnu/packages/dns.scm | |
parent | 32c4a5060ecbb4ac08a04f3742face12211545ef (diff) | |
download | patches-d02e19aa2c1d3d72ccda37ed8415f03100000a31.tar patches-d02e19aa2c1d3d72ccda37ed8415f03100000a31.tar.gz |
gnu: bind: Update to 9.11.2.
* gnu/packages/dns.scm (isc-bind): Update to 9.11.2.
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 e29708a3a6..afae4596bd 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.1-P3") + (version "9.11.2") (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 - "1x6cfwkcv6nwc0mh5fzv70f38nl04yhgq90gr5nrjiif8dsnwhjj")))) + "0yn7wgi2y8mpmvbjbkl4va7p0xsnn48m4yjx6ynb1hzp423asikz")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |