guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: nsd: Update to 4.2.0.


From: guix-commits
Subject: 03/06: gnu: nsd: Update to 4.2.0.
Date: Sun, 16 Jun 2019 21:05:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 935e4b3abdc27b4a8777050c3f46753aab5c1f7d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 17 00:50:30 2019 +0200

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



reply via email to

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