guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bind: Update to 9.12.0.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: bind: Update to 9.12.0.
Date: Wed, 24 Jan 2018 10:25:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2a2060f9b7301a86d70a77975a7ce859f5a2874f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 24 15:48:44 2018 +0100

    gnu: bind: Update to 9.12.0.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.12.0.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index e7b9b22..b9e75f3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]