summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-03-05 16:43:06 +0100
committerJakub Kądziołka <kuba@kadziolka.net>2020-03-07 14:51:37 +0100
commite7ba60ddce5a7f067fcf9b872340eac7ed2070fa (patch)
tree021eb9901b238d53cd81a0453db9201d39e06f20
parent4c8b874f95b4de2648bb9adee64bf002772321f2 (diff)
downloadpatches-e7ba60ddce5a7f067fcf9b872340eac7ed2070fa.tar
patches-e7ba60ddce5a7f067fcf9b872340eac7ed2070fa.tar.gz
gnu: unbound: Update to 1.10.0.
* gnu/packages/dns.scm (unbound): Update to 1.10.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 036ea707c5..100a71d3bd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -386,14 +386,14 @@ to result in system-wide compromise.")
(define-public unbound
(package
(name "unbound")
- (version "1.9.6")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
- (base32 "1w5aylh2gfvfvqkgrq46aw427x9c0a3hwm0f985s55wim5pgr60x"))))
+ (base32 "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs