guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: bind: Update to 9.16.1.


From: guix-commits
Subject: 10/14: gnu: bind: Update to 9.16.1.
Date: Wed, 18 Mar 2020 20:44:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6d27891aa0856575617561ba22ab256fab879c9e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Mar 19 00:34:39 2020 +0100

    gnu: bind: Update to 9.16.1.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.16.1.
---
 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 100a71d..cc9dc28 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.16.0")
+    (version "9.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.xz"))
               (sha256
                (base32
-                "0a1f1wrlbnmq79q6s15fny36ip81malg6wlr8acp7amimsyxjjxg"))))
+                "14ayswxnyaqwb935iqdi1w9ih3zs0a0va59j4cyi5f9mh7kxf4x9"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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