guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: nsd: Update to 4.3.5.


From: guix-commits
Subject: 05/08: gnu: nsd: Update to 4.3.5.
Date: Mon, 15 Feb 2021 11:25:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 641fc7c13c35216f8ad14589c178695a134a291b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Feb 15 17:22:06 2021 +0100

    gnu: nsd: Update to 4.3.5.
    
    * gnu/packages/dns.scm (nsd): Update to 4.3.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 9583cd3..38a5553 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -536,14 +536,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.3.4")
+    (version "4.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0l4ba80ihwg3s2ifhnkmk7rjabrcy5zw6sz4hn0vm9sif6lk9s1v"))))
+        (base32 "0wj490rxqs86z8s4lxjwk06ry5pvkdqqyq1cf83z7mxk60zb98kx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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