gnu: nsd: Update to 4.2.0.
* gnu/packages/dns.scm (nsd): Update to 4.2.0.
This commit is contained in:
parent
3abc9cc242
commit
935e4b3abd
|
@ -302,14 +302,14 @@ asynchronous fashion.")
|
||||||
(define-public nsd
|
(define-public nsd
|
||||||
(package
|
(package
|
||||||
(name "nsd")
|
(name "nsd")
|
||||||
(version "4.1.27")
|
(version "4.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
|
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sjfbwr4vq25304hr9vmd9j821g2vzv8lpy95hpsravc80q5zaqv"))))
|
(base32 "0k57xl3ybdnqjqw9a3dmi7l6qmhkiic6wsghkz08ir809aj1rpsi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue