[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: unbound: Update to 1.8.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/05: gnu: unbound: Update to 1.8.1. |
Date: |
Mon, 22 Oct 2018 22:19:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d6a9c4ecfb8a6237efe463f9faed65c1da60a76c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Oct 23 01:57:09 2018 +0200
gnu: unbound: Update to 1.8.1.
* gnu/packages/dns.scm (unbound): Update to 1.8.1.
---
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 1dcf737..e738d3f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -363,7 +363,7 @@ to result in system-wide compromise.")
(define-public unbound
(package
(name "unbound")
- (version "1.8.0")
+ (version "1.8.1")
(source
(origin
(method url-fetch)
@@ -371,7 +371,7 @@ to result in system-wide compromise.")
version ".tar.gz"))
(sha256
(base32
- "0gxqc4ynd2g1a5dwaazqh9n8injh49a7dz0l9bbxqgv47dnrvxvq"))))
+ "0p9w6spar5dfi7fplxjcq4394wldabaws0ns30cqq6sxqfwv6qn3"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs