guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bind: Update to 9.14.5.


From: guix-commits
Subject: 01/01: gnu: bind: Update to 9.14.5.
Date: Thu, 22 Aug 2019 05:53:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 524c0ece8ec660afc3675767c96b31e516158ea8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 22 11:50:21 2019 +0200

    gnu: bind: Update to 9.14.5.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.14.5.
---
 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 b4d5a9a..824a837 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -109,7 +109,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.14.4")
+    (version "9.14.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -117,7 +117,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii"))))
+                "0ic0k0kpavwnbyf10rwx6yypxg66f65fprwc0dbmp61xp0n6gl0j"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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