[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: knot: Update to 3.2.3.
From: |
guix-commits |
Subject: |
07/10: gnu: knot: Update to 3.2.3. |
Date: |
Tue, 29 Nov 2022 06:24:03 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 92f2cd4123eda1b9f81c11d521b629ff0b695c60
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:13 2022 +0100
gnu: knot: Update to 3.2.3.
* gnu/packages/dns.scm (knot): Update to 3.2.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 21b711d147..3762e093a2 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -871,7 +871,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.2.2")
+ (version "3.2.3")
(source
(origin
(method git-fetch)
@@ -880,7 +880,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1x1waa2cb91zhsqkx4mkiqy00kq1f1pavjfhlz7wknlnll48iayd"))
+ (base32 "117q8jllaakd6gv0mfkq45sigy5c8j8jbyxiwna3wan0mjx81fhv"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (510e4583e0 -> b0801110cc), guix-commits, 2022/11/29
- 05/10: gnu: libwps: Update to 0.4.13., guix-commits, 2022/11/29
- 01/10: gnu: lightning: Omit static library., guix-commits, 2022/11/29
- 06/10: gnu: mythes: Update to 1.2.5., guix-commits, 2022/11/29
- 07/10: gnu: knot: Update to 3.2.3.,
guix-commits <=
- 10/10: gnu: lf: Fix build., guix-commits, 2022/11/29
- 03/10: gnu: netcat-openbsd: Update to 1.219-1., guix-commits, 2022/11/29
- 04/10: gnu: liblangtag: Update to 0.6.4., guix-commits, 2022/11/29
- 02/10: gnu: fritzing: Update to 0.9.6., guix-commits, 2022/11/29
- 08/10: gnu: btrbk: Update to 0.32.5., guix-commits, 2022/11/29
- 09/10: gnu: libdeflate: Update to 1.14., guix-commits, 2022/11/29