guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bind-utils: Update to 9.10.3-P2.


From: Mark H. Weaver
Subject: 01/02: gnu: bind-utils: Update to 9.10.3-P2.
Date: Tue, 22 Dec 2015 00:47:34 +0000

mhw pushed a commit to branch master
in repository guix.

commit f9a5b1889714cbfbc7ca84b22e4290d2cd4b084c
Author: Mark H Weaver <address@hidden>
Date:   Mon Dec 21 19:09:34 2015 -0500

    gnu: bind-utils: Update to 9.10.3-P2.
    
    * gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P2.
      [source]: Use HTTP URI instead of FTP.
---
 gnu/packages/dns.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7d28617..8357dad 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.2-P2")
+    (version "9.10.3-P2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "ftp://ftp.isc.org/isc/bind9/"; version
+              (uri (string-append "http://ftp.isc.org/isc/bind9/"; version
                                   "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "0pvcnwd4rzfk3l35ys72p14ly9k857wbn1lxzd4ayjk3i2pz1rmi"))))
+                "1kbfzml37sx4r2xi4gq48ji8w5kckd1f6gdn6pk6njqdmh8ijv2a"))))
     (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]