3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: unbound: Update to 1.9.1.

* gnu/packages/dns.scm (unbound): Update to 1.9.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-14 21:11:59 +01:00
parent 0bc38ce286
commit 223055dd3f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -364,14 +364,14 @@ to result in system-wide compromise.")
(define-public unbound
(package
(name "unbound")
(version "1.9.0")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
(base32 "05xrb8havr2vgjsdy7n85kgnvk1mg7qwhjp4a8n6pg4jhd5zjnj1"))))
(base32 "1iarvk0i92asvrkpla9z55aan20k6pklzpck9yk4rfnchsdvzh63"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs