guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: bind: Update to 9.10.4-P6.


From: Marius Bakke
Subject: 01/05: gnu: bind: Update to 9.10.4-P6.
Date: Wed, 8 Feb 2017 18:45:23 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bafd5bea97569f82922bfc8c053c1b60d7660604
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 9 00:32:23 2017 +0100

    gnu: bind: Update to 9.10.4-P6.
    
    * gnu/packages/dns.scm (bind): Update to 9.10.4-P6.
---
 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 643b5fe..541979f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -82,7 +82,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind
   (package
     (name "bind")
-    (version "9.10.4-P5")
+    (version "9.10.4-P6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -90,7 +90,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1sqg7wg05h66vdjc8j215r04f8pg7lphkb93nsqxvzhk6r0ppi49"))))
+                "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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