guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bind-utils: Update to 9.10.2-P2.


From: Mark H. Weaver
Subject: 01/01: gnu: bind-utils: Update to 9.10.2-P2.
Date: Tue, 21 Jul 2015 03:11:19 +0000

mhw pushed a commit to branch master
in repository guix.

commit 247cdf53dff1fdb9ccafb5f0b4139c73bac6d9b0
Author: Mark H Weaver <address@hidden>
Date:   Mon Jul 20 23:06:52 2015 -0400

    gnu: bind-utils: Update to 9.10.2-P2.
    
    * gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
---
 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 8337782..7d28617 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -63,14 +63,14 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind-utils
   (package
     (name "bind-utils")
-    (version "9.10.1-P2")
+    (version "9.10.2-P2")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.isc.org/isc/bind9/"; version
                                   "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "1svzia5vv0s4bv6r04j8bsvlf3klwyigmdz1iwb4fqds00iyvp22"))))
+                "0pvcnwd4rzfk3l35ys72p14ly9k857wbn1lxzd4ayjk3i2pz1rmi"))))
     (build-system gnu-build-system)
     (inputs
      ;; it would be nice to add GeoIP and gssapi once there is package



reply via email to

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