1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: nghttp3: Update to 1.5.0.

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

Change-Id: Ic43e41bf5335267c9a669425e37b62ff369e466b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tomas Volf
2024-08-25 19:03:22 +02:00
committed by Ludovic Courtès
parent ebe00a20e2
commit 52df4c47b2

View File

@@ -8488,7 +8488,7 @@ compressed JSON header blocks.
(define-public nghttp3
(package
(name "nghttp3")
(version "1.4.0")
(version "1.5.0")
(source
(origin
(method url-fetch)
@@ -8497,7 +8497,7 @@ compressed JSON header blocks.
"nghttp3-" version ".tar.gz"))
(sha256
(base32
"13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
"08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))