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

gnu: nghttp3: Update to 1.7.0.

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

Change-Id: Ic90d72d3f465bd8e52733d08157fd2bf0440e088
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tomas Volf
2024-12-19 17:48:23 +01:00
committed by Ludovic Courtès
parent 1a58482a21
commit bbe63f2c98

View File

@@ -8616,7 +8616,7 @@ compressed JSON header blocks.
(define-public nghttp3
(package
(name "nghttp3")
(version "1.6.0")
(version "1.7.0")
(source
(origin
(method url-fetch)
@@ -8625,7 +8625,7 @@ compressed JSON header blocks.
"nghttp3-" version ".tar.gz"))
(sha256
(base32
"186bjczm7hqs3icp5ss66pi78dinpsbyn15h2hhcmyhh7h8jzyd1"))))
"09iv9n47kr7nfc4wmbv2nadv19sixf0f3z7w5pr6cfr64gn4d9br"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))