me
/
guix
Archived
1
0
Fork 0

gnu: nghttp3: Update to 1.4.0.

* gnu/packages/web.scm (nghttp3): Update to 1.4.0.

Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Tomas Volf 2024-06-14 19:21:59 +02:00 committed by Christopher Baines
parent b61f3776eb
commit 6a71cd419f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -8456,7 +8456,7 @@ compressed JSON header blocks.
(define-public nghttp3
(package
(name "nghttp3")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
@ -8465,7 +8465,7 @@ compressed JSON header blocks.
"nghttp3-" version ".tar.gz"))
(sha256
(base32
"0z973zfd309wir7qv9iqa9qp77zhcgvmiz3s1hmwmqmyf3vl06ic"))))
"13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))