guix-commits
[Top][All Lists]
Advanced

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

64/285: gnu: nsd: Update to 4.2.4.


From: guix-commits
Subject: 64/285: gnu: nsd: Update to 4.2.4.
Date: Sun, 29 Dec 2019 20:44:01 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 56f564a392d8cdbf402ab7a8af9a4c50bb1ce625
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 05:04:15 2019 +0100

    gnu: nsd: Update to 4.2.4.
    
    * gnu/packages/dns.scm (nsd): Update to 4.2.4.
---
 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 004f39f..60e392d 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.3")
+    (version "4.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1664wpglrwqk627xma10f9qa652vzmf90gsjd8pribyj74xrczc1"))))
+        (base32 "0z7j3vwqqj0hh8n5irb2yqwzl45k4sn2wczbq1b1lqv5cxv6vgcy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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