guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: nsd: Update to 4.1.26.


From: guix-commits
Subject: 06/16: gnu: nsd: Update to 4.1.26.
Date: Tue, 12 Feb 2019 23:43:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0a87bc9c2bd3d5eaef5b5d026d4e75755f33d3c2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 16:09:16 2019 +0100

    gnu: nsd: Update to 4.1.26.
    
    * gnu/packages/dns.scm (nsd): Update to 4.1.26.
---
 gnu/packages/dns.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 2259c8c..4f3a11c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -294,15 +294,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.1.25")
+    (version "4.1.26")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32
-         "0zyzjd3wmq258jiry62ci1z23qfd0rc5ggnpmybc60xvpddgynwg"))))
+        (base32 "1x0mvj4872dzj1rr9adnchdm4dhn41xmc459p5j4s0r13m1l32lz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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