guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: nsd: Update to 4.3.1.


From: guix-commits
Subject: 07/12: gnu: nsd: Update to 4.3.1.
Date: Tue, 21 Jul 2020 17:57:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 737e9d5665573c7407deb61e81a5d6c5d314815e
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sat May 9 00:12:18 2020 +0200

    gnu: nsd: Update to 4.3.1.
    
    * gnu/packages/dns.scm (nsd): Update to 4.3.1.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 a36ac01..6f328d0 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.2.4")
+    (version "4.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0z7j3vwqqj0hh8n5irb2yqwzl45k4sn2wczbq1b1lqv5cxv6vgcy"))))
+        (base32 "11w9kl99fs888f3zwx2j92i8lcp78vq91jac8s317a2icv74mczl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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