gnu: unbound: Update to 1.10.0.

* gnu/packages/dns.scm (unbound): Update to 1.10.0.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
Vincent Legoll 2020-03-05 16:43:06 +01:00 committed by Jakub Kądziołka
parent 4c8b874f95
commit e7ba60ddce
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -386,14 +386,14 @@ (define-public nsd
(define-public unbound
(package
(name "unbound")
(version "1.9.6")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
(base32 "1w5aylh2gfvfvqkgrq46aw427x9c0a3hwm0f985s55wim5pgr60x"))))
(base32 "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs