guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bind: Update to 9.14.4.


From: guix-commits
Subject: 02/02: gnu: bind: Update to 9.14.4.
Date: Thu, 18 Jul 2019 07:00:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e73986f449749175660e415af291efadb645588
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jul 18 12:54:05 2019 +0200

    gnu: bind: Update to 9.14.4.
    
    * gnu/packages/dns.scm (bind): Update to 9.14.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 3eec104..17357c1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -108,7 +108,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.14.3")
+    (version "9.14.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -116,7 +116,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "1ymxr38c62w6961j8g2vllnv0s72z7zk4b2j2k8ixdh1rymqm1yf"))))
+                "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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