me
/
guix
Archived
1
0
Fork 0

gnu: ngtcp2: Update to 1.3.0.

* gnu/packages/networking.scm (ngtcp2): Update to 1.3.0.
[native-inputs]: Remove cunit.

Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
master
Tomas Volf 2024-02-17 14:23:02 +01:00 committed by Jelle Licht
parent eeee279579
commit e3c612a7de
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 3 additions and 3 deletions

View File

@ -4557,7 +4557,7 @@ network.")
(define-public ngtcp2
(package
(name "ngtcp2")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
@ -4565,14 +4565,14 @@ network.")
"releases/download/v" version "/"
"ngtcp2-" version ".tar.xz"))
(sha256
(base32 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
(base32 "16qkik9185ygkr351a7q59l1rv6dzw51j4f7vkzfvzh385kqdqy3"))))
(build-system gnu-build-system)
(arguments
(list
#:configure-flags
;; openssl package does not support QUIC interface, so just gnutls
#~(list "--with-gnutls")))
(native-inputs (list cunit pkg-config))
(native-inputs (list pkg-config))
(inputs (list gnutls))
(home-page "https://nghttp2.org/ngtcp2/")
(synopsis "QUIC protocol implementation")