guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 00116a2d69fafc10672c73c713b0ba355135c686
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Jul 29 21:01:19 2025 +0200
gnu: knot: Update to 3.4.8.
* gnu/packages/dns.scm (knot): Update to 3.4.8.
Change-Id: Ieef9fb7d628a2c841943e2c853f6f86640917da7
Signed-off-by: Efraim Flashner <[email protected]>
---
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 482ff9b89e..5e981ac02c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -851,7 +851,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.4.6")
+ (version "3.4.8")
(source
(origin
(method git-fetch)
@@ -860,7 +860,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0chdlzasng3q3ss4yfppf8fbkkiqllqz4p6s8a6jgwhcbiylmmdi"))
+ (base32 "0zydnb9kbk65kbrg01sxl48a5ikdap7lhm1wvmcmk5vhvgxdbb53"))
(patches
(search-patches "knot-remove-runtime-deps.patch"))
(modules '((guix build utils)))