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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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