guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: nsd: Update to 4.2.2.


From: guix-commits
Subject: 05/11: gnu: nsd: Update to 4.2.2.
Date: Thu, 22 Aug 2019 09:39:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f10e3695ce907c0c14e39c600a02407712ec35d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 22 15:26:44 2019 +0200

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



reply via email to

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