gnu: unbound: Update to 1.13.1.

* gnu/packages/dns.scm (unbound): Update to 1.13.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-03 22:24:12 +01:00
parent ba9e29f141
commit 402964eec4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -608,14 +608,14 @@ (define-public nsd
(define-public unbound
(package
(name "unbound")
(version "1.13.0")
(version "1.13.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
(base32 "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59"))))
(base32 "1f2hky62f4xxnjr0lncrzz4gipg01rp12pf98mrqkgf5ixxxj145"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs