[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: knot: Update to 2.9.3.
From: |
guix-commits |
Subject: |
03/13: gnu: knot: Update to 2.9.3. |
Date: |
Fri, 6 Mar 2020 19:43:34 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d74884331205a0b1cb6253ca49e63c748a189c21
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 01:34:57 2020 +0100
gnu: knot: Update to 2.9.3.
* gnu/packages/dns.scm (knot): Update to 2.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 987275e..036ea70 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -590,14 +590,14 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.9.2")
+ (version "2.9.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
"knot-" version ".tar.xz"))
(sha256
- (base32 "1vmndmbzwwrqczhygkhpdn5xxljcnaa3d0z5yw6vb2bmm8rxz319"))
+ (base32 "0zm0642hkb16sqkqpa84f89f3s0bw44m837r1nia8m89swvz3bgj"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (895e6e8 -> b2ce10e), guix-commits, 2020/03/06
- 01/13: gnu: gkrellm: Update to 2.3.11., guix-commits, 2020/03/06
- 03/13: gnu: knot: Update to 2.9.3.,
guix-commits <=
- 02/13: gnu: hplip: Update to 3.20.2., guix-commits, 2020/03/06
- 04/13: gnu: rhythmbox: Don't use NAME in source URI., guix-commits, 2020/03/06
- 06/13: gnu: bluefish: Don't use NAME in source URI., guix-commits, 2020/03/06
- 09/13: gnu: re2c: Use HTTPS home page., guix-commits, 2020/03/06
- 10/13: gnu: ytalk: Use HTTPS home page., guix-commits, 2020/03/06
- 11/13: gnu: xerces-c: Use HTTPS home page., guix-commits, 2020/03/06
- 12/13: gnu: jq: Use HTTPS home page., guix-commits, 2020/03/06
- 05/13: gnu: rhythmbox: Update to 3.4.4., guix-commits, 2020/03/06
- 07/13: gnu: bluefish: Update to 2.2.11., guix-commits, 2020/03/06
- 08/13: gnu: zimg: Update to 2.9.3., guix-commits, 2020/03/06