gnu: bind: Update to 9.12.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Mar 2018 20:33:18 +0000 (21:33 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Mar 2018 20:33:18 +0000 (21:33 +0100)
* gnu/packages/dns.scm (isc-bind): Update to 9.12.1.

gnu/packages/dns.scm

index b0f6dda..08304b0 100644 (file)
@@ -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