[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: unbound: Update to 1.8.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/05: gnu: unbound: Update to 1.8.0. |
Date: |
Tue, 11 Sep 2018 15:12:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit cd1e138cc645bb7cd4e3613e7479e8f047bbf3c2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 11 15:53:11 2018 +0200
gnu: unbound: Update to 1.8.0.
* gnu/packages/dns.scm (unbound): Update to 1.8.0.
---
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 29c3d9b..0013529 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -292,7 +292,7 @@ asynchronous fashion.")
(define-public unbound
(package
(name "unbound")
- (version "1.7.3")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
@@ -300,7 +300,7 @@ asynchronous fashion.")
version ".tar.gz"))
(sha256
(base32
- "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1"))))
+ "0gxqc4ynd2g1a5dwaazqh9n8injh49a7dz0l9bbxqgv47dnrvxvq"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs