[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: unbound: Update to 1.9.4.
From: |
guix-commits |
Subject: |
04/07: gnu: unbound: Update to 1.9.4. |
Date: |
Sun, 27 Oct 2019 17:31:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ca1f4b19e983276391ae671cd764d0a5f261ef0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 27 20:40:37 2019 +0100
gnu: unbound: Update to 1.9.4.
* gnu/packages/dns.scm (unbound): Update to 1.9.4.
---
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 1c8a424..e120983 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
- branch master updated (07c9fd3 -> da107cf), guix-commits, 2019/10/27
- 02/07: gnu: python-pathpy: Update to 11.5.1., guix-commits, 2019/10/27
- 04/07: gnu: unbound: Update to 1.9.4.,
guix-commits <=
- 05/07: gnu: retroarch: Update to 1.8.0., guix-commits, 2019/10/27
- 01/07: gnu: perl-io-captureoutput: Update to 1.1105., guix-commits, 2019/10/27
- 07/07: gnu: python-cftime: Update to 1.0.4.2., guix-commits, 2019/10/27
- 06/07: gnu: libmicrohttpd: Update to 0.9.68., guix-commits, 2019/10/27
- 03/07: gnu: libasr: Don't use NAME in source URI., guix-commits, 2019/10/27