guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nsd: Update to 4.3.2.


From: guix-commits
Subject: branch master updated: gnu: nsd: Update to 4.3.2.
Date: Wed, 22 Jul 2020 22:42:40 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dc4d01a  gnu: nsd: Update to 4.3.2.
dc4d01a is described below

commit dc4d01ac718f04c4eb9759b4f4199bd13a6a6413
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 04:41:49 2020 +0200

    gnu: nsd: Update to 4.3.2.
    
    * gnu/packages/dns.scm (nsd): Update to 4.3.2.
---
 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 6f328d0..8c4369d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -335,14 +335,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.3.1")
+    (version "4.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "11w9kl99fs888f3zwx2j92i8lcp78vq91jac8s317a2icv74mczl"))))
+        (base32 "0ac3mbn5z4nc18782m9aswdpi2m9f4665vidw0ciyigdh0pywp2v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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