Browse Source
gnu: nsd: Update to 4.3.2.
* gnu/packages/dns.scm (nsd): Update to 4.3.2.
gn-latest-20200725
Tobias Geerinckx-Rice
7 months ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
gnu/packages/dns.scm
|
|
@@ -335,14 +335,14 @@ asynchronous fashion.") |
|
|
|
(define-public nsd |
|
|
|
(package |
|
|
|
(name "nsd") |
|
|
|
(version "4.3.1") |
|
|
|
(version "4.3.2") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-" |
|
|
|
version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 "11w9kl99fs888f3zwx2j92i8lcp78vq91jac8s317a2icv74mczl")))) |
|
|
|
(base32 "0ac3mbn5z4nc18782m9aswdpi2m9f4665vidw0ciyigdh0pywp2v")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(arguments |
|
|
|
`(#:configure-flags |
|
|
|