guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: nsd: Update to 4.2.3.


From: guix-commits
Subject: 08/20: gnu: nsd: Update to 4.2.3.
Date: Mon, 2 Dec 2019 20:15:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit df76e0524d4ba17c1ea8db5fc8278ed12f3a910c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 2 14:53:27 2019 +0100

    gnu: nsd: Update to 4.2.3.
    
    * gnu/packages/dns.scm (nsd): Update to 4.2.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 03777cd..3058f74 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -320,14 +320,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.2.2")
+    (version "4.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1ys608jyp5scc957q4brm094c97sxlwymina7d2nvzi51aa37cw3"))))
+        (base32 "1664wpglrwqk627xma10f9qa652vzmf90gsjd8pribyj74xrczc1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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