guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: nsd: Update to 4.3.4.


From: guix-commits
Subject: 04/06: gnu: nsd: Update to 4.3.4.
Date: Sun, 6 Dec 2020 17:51:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c24d1f2e6ff6fd72c4602577263350586b6670a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 6 23:39:30 2020 +0100

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



reply via email to

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