diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-02 14:53:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:44 +0100 |
commit | df76e0524d4ba17c1ea8db5fc8278ed12f3a910c (patch) | |
tree | f5805e21e0165f57437c7e686df5e6dec251f8b0 /gnu | |
parent | bc134c77e0b4406f735047409d28b2455035b195 (diff) | |
download | guix-df76e0524d4ba17c1ea8db5fc8278ed12f3a910c.tar guix-df76e0524d4ba17c1ea8db5fc8278ed12f3a910c.tar.gz |
gnu: nsd: Update to 4.2.3.
* gnu/packages/dns.scm (nsd): Update to 4.2.3.
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 03777cd4d8..3058f74cd2 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.2") + (version "4.2.3") (source (origin (method url-fetch) (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-" version ".tar.gz")) (sha256 - (base32 "1ys608jyp5scc957q4brm094c97sxlwymina7d2nvzi51aa37cw3")))) + (base32 "1664wpglrwqk627xma10f9qa652vzmf90gsjd8pribyj74xrczc1")))) (build-system gnu-build-system) (arguments `(#:configure-flags |