guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: nsd: Update to 4.3.3.


From: guix-commits
Subject: 03/04: gnu: nsd: Update to 4.3.3.
Date: Tue, 13 Oct 2020 09:04:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6d8e4ea9b720c323adf1f3f636d681d78b2b916a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 14:59:27 2020 +0200

    gnu: nsd: Update to 4.3.3.
    
    * gnu/packages/dns.scm (nsd): Update to 4.3.3.
---
 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 0cf0785..1775660 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.2")
+    (version "4.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0ac3mbn5z4nc18782m9aswdpi2m9f4665vidw0ciyigdh0pywp2v"))))
+        (base32 "0lgdiqnkfvy245h6kkiqic586qjwmg51lsfs86vlc0kwjwddiijz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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