mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
1087dc0b84
commit
00116a2d69
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue