guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bind-utils: Update to 9.10.4.


From: Mark H. Weaver
Subject: 02/02: gnu: bind-utils: Update to 9.10.4.
Date: Fri, 06 May 2016 19:40:31 +0000

mhw pushed a commit to branch master
in repository guix.

commit 9fab7937294edcb50d62297356091266a5586ff3
Author: Mark H Weaver <address@hidden>
Date:   Fri May 6 15:03:37 2016 -0400

    gnu: bind-utils: Update to 9.10.4.
    
    * gnu/packages/dns.scm (bind-utils): Update to 9.10.4.
---
 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 5c0bfc3..e92d8d2 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -66,14 +66,14 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind-utils
   (package
     (name "bind-utils")
-    (version "9.10.3-P4")
+    (version "9.10.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.isc.org/isc/bind9/"; version
                                   "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "0giys46ifypysf799w9v58kbaz1v3fbdzw3s212znifzzfsl9h1a"))))
+                "0mmhzi4483mkak47wj255a36g3v0yilxwfwlbckr1hssinri5m7q"))))
     (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]