mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knot: Update to 3.4.2.
* gnu/packages/dns.scm (knot): Update to 3.4.2. [inputs]: Add ngtcp2 for DNS-over-QUIC support. Change-Id: Ibda27eac9ad71a96a06e3641725e7a1bbeccd2b5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e768fbd92a
commit
a72f6e13a8
1 changed files with 3 additions and 2 deletions
|
@ -845,7 +845,7 @@ Extensions} (DNSSEC).")
|
||||||
(define-public knot
|
(define-public knot
|
||||||
(package
|
(package
|
||||||
(name "knot")
|
(name "knot")
|
||||||
(version "3.4.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -854,7 +854,7 @@ Extensions} (DNSSEC).")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0iqzqfjk60lxzbjgkjsf1l8vqnv6rgz1z0p1zyhdqnp037123d4j"))
|
(base32 "1gvkwxy8jq017vmnd14wvnm5b6ql7ahrjp71gkbplz560h3kknpw"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "knot-remove-runtime-deps.patch"))
|
(search-patches "knot-remove-runtime-deps.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
@ -960,6 +960,7 @@ Extensions} (DNSSEC).")
|
||||||
libelf
|
libelf
|
||||||
libidn
|
libidn
|
||||||
libmnl
|
libmnl
|
||||||
|
ngtcp2
|
||||||
`(,nghttp2 "lib")
|
`(,nghttp2 "lib")
|
||||||
liburcu
|
liburcu
|
||||||
lmdb
|
lmdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue