nckx pushed a commit to branch master
in repository guix.

commit 4e27e4652fe1a5625ce6a07a3c343ef1623b30b4
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 1 02:00:03 2022 +0200

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

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index dacada7897..6fccce33b1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 John Darrington <[email protected]>
 ;;; Copyright © 2016 Nikita <[email protected]>
-;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2016, 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2017 Vasile Dumitrascu <[email protected]>
 ;;; Copyright © 2017 Gregor Giesen <[email protected]>
@@ -544,14 +544,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.3.9")
+    (version "4.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-";
                            version ".tar.gz"))
        (sha256
-        (base32 "13ay2gr7ln8gl09wdqnxkrdxi51jaqsbn54yh82vvv49jbq4j5ak"))))
+        (base32 "0dl8iriy0mscppfa6ar5qcglgvxw87140abwxyksak1lk7fnzkfg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

Reply via email to