diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2022-05-01 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2022-05-01 02:00:19 +0200 |
commit | 4e27e4652fe1a5625ce6a07a3c343ef1623b30b4 (patch) | |
tree | 09ce2d68702b27552096cc638e7c01c65ffbba72 | |
parent | cb75465645d332e885f0aee503e3a45a837ddc93 (diff) |
gnu: nsd: Update to 4.4.0.
* gnu/packages/dns.scm (nsd): Update to 4.4.0.
-rw-r--r-- | gnu/packages/dns.scm | 6 |
1 files 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 |