me
/
guix
Archived
1
0
Fork 0

gnu: nghttp3: Update to 1.3.0.

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

Change-Id: I11885d581e61315f68da7570af11ccd992ced51c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Tomas Volf 2024-05-10 00:28:28 +02:00 committed by Zheng Junjie
parent 790a53b1e6
commit d59f8f3382
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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