mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: nsd: Update to 4.7.0.
* gnu/packages/dns.scm (nsd): Update to 4.7.0.
This commit is contained in:
parent
69c3a06a1c
commit
626c0b7cd6
1 changed files with 2 additions and 2 deletions
|
@ -513,14 +513,14 @@ (define-public dnscrypt-wrapper
|
||||||
(define-public nsd
|
(define-public nsd
|
||||||
(package
|
(package
|
||||||
(name "nsd")
|
(name "nsd")
|
||||||
(version "4.6.1")
|
(version "4.7.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 "0ym2fgkjar94y99lyvp93p7jpj33ysprvqd7py28xxn37shs6q1z"))))
|
(base32 "057jxhhyggqhy4swwqlwf1lflc96cfqpm200l1gr3lls557a9b4g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue