[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: unbound: Update to 1.9.3.
From: |
guix-commits |
Subject: |
05/05: gnu: unbound: Update to 1.9.3. |
Date: |
Tue, 17 Sep 2019 10:06:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 777db6b845e3bf7d5be07c9414f09cef78168fc8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 17 16:01:49 2019 +0200
gnu: unbound: Update to 1.9.3.
* gnu/packages/dns.scm (unbound): Update to 1.9.3.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index ae2e5cf..8b86228 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.2")
+ (version "1.9.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
- (base32 "15bbrczibap30db8a1pmqhvjbmkxms39hwiivby7f4j5rz2wwykg"))))
+ (base32 "1ykdy62sgzv33ggkmzwx2h0ifm7hyyxyfkb4zckv7gz4f28xsm8v"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs