[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: unbound: Update to 1.10.1.
From: |
guix-commits |
Subject: |
04/08: gnu: unbound: Update to 1.10.1. |
Date: |
Tue, 26 May 2020 21:28:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9554fb105802e122177a7a604ddd3b5530a250c0
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon May 25 23:57:53 2020 +0200
gnu: unbound: Update to 1.10.1.
* gnu/packages/dns.scm (unbound): Update to 1.10.1.
Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
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 d0c03ff..8b21c79 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -391,14 +391,14 @@ to result in system-wide compromise.")
(define-public unbound
(package
(name "unbound")
- (version "1.10.0")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
- (base32 "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm"))))
+ (base32 "0dnmh9jjh2v274f0hl31bgv40pl77mmfgky8bkqr5kvi3b17fdmp"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs
- branch master updated (a5374cd -> 695fb93), guix-commits, 2020/05/26
- 03/08: gnu: ansible: Update to 2.9.9., guix-commits, 2020/05/26
- 04/08: gnu: unbound: Update to 1.10.1.,
guix-commits <=
- 07/08: gnu: xerces-c: Update to 3.2.3., guix-commits, 2020/05/26
- 08/08: gnu: java-xerces: Update to 2.12.1., guix-commits, 2020/05/26
- 01/08: gnu: radare2: Remove unused gmp input., guix-commits, 2020/05/26
- 05/08: gnu: gitolite: Update to 3.6.11., guix-commits, 2020/05/26
- 06/08: gnu: nagios: Update to 4.4.6., guix-commits, 2020/05/26
- 02/08: gnu: radare2: Add more inputs., guix-commits, 2020/05/26