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 <efraim@flashner.co.il>
This commit is contained in:
Ashish SHUKLA 2025-07-29 21:01:19 +02:00 committed by Efraim Flashner
parent 1087dc0b84
commit 00116a2d69
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)))