Skip to content
Snippets Groups Projects
Unverified Commit ca1f4b19 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: unbound: Update to 1.9.4.

* gnu/packages/dns.scm (unbound): Update to 1.9.4.
parent c34d0cd8
No related branches found
No related tags found
No related merge requests found
...@@ -373,14 +373,14 @@ (define-public nsd ...@@ -373,14 +373,14 @@ (define-public nsd
(define-public unbound (define-public unbound
(package (package
(name "unbound") (name "unbound")
(version "1.9.3") (version "1.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-" (uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v")))) (base32 "1c2bjm13x8bkw0ds1mhn9ivd2gzmfrb0x5y76bkz09a04bxjagix"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "python")) (outputs '("out" "python"))
(native-inputs (native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment