diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | 626c0b7cd6a20a1388d4460ea813dac13798b7d6 (patch) | |
tree | 91915a07731718c3cc482210bfbb1558134e3ccb /gnu | |
parent | 69c3a06a1c81fa535539a85bc2dc2b61d001e39b (diff) |
gnu: nsd: Update to 4.7.0.
* gnu/packages/dns.scm (nsd): Update to 4.7.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index a34e4ced89..f4811e631f 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -513,14 +513,14 @@ the two.") (define-public nsd (package (name "nsd") - (version "4.6.1") + (version "4.7.0") (source (origin (method url-fetch) (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-" version ".tar.gz")) (sha256 - (base32 "0ym2fgkjar94y99lyvp93p7jpj33ysprvqd7py28xxn37shs6q1z")))) + (base32 "057jxhhyggqhy4swwqlwf1lflc96cfqpm200l1gr3lls557a9b4g")))) (build-system gnu-build-system) (arguments `(#:configure-flags |