gnu: unbound: Update to 1.10.1.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Vincent Legoll 2020-05-25 23:57:53 +02:00 committed by Tobias Geerinckx-Rice
parent 057c7f1c67
commit 9554fb1058
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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