guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: nsd: Update to 4.1.27.


From: guix-commits
Subject: 04/09: gnu: nsd: Update to 4.1.27.
Date: Mon, 22 Apr 2019 12:20:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15357dd7a98545ce74dfde6ba02422ec9bbec3c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 22 14:53:48 2019 +0200

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



reply via email to

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