diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 20:40:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 22:19:32 +0100 |
commit | ca1f4b19e983276391ae671cd764d0a5f261ef0e (patch) | |
tree | 417cdadb223ccd33c79ab8eaf00f561fcd5149a9 /gnu/packages/dns.scm | |
parent | c34d0cd812aa4f0ce6f4438444bbad8c66bbb9e3 (diff) | |
download | patches-ca1f4b19e983276391ae671cd764d0a5f261ef0e.tar patches-ca1f4b19e983276391ae671cd764d0a5f261ef0e.tar.gz |
gnu: unbound: Update to 1.9.4.
* gnu/packages/dns.scm (unbound): Update to 1.9.4.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 1c8a4245c4..e120983f80 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -373,14 +373,14 @@ to result in system-wide compromise.") (define-public unbound (package (name "unbound") - (version "1.9.3") + (version "1.9.4") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v")))) + (base32 "1c2bjm13x8bkw0ds1mhn9ivd2gzmfrb0x5y76bkz09a04bxjagix")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |