[PATCH] gnu: nghttp3: Update to 1.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 5 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
c26e7a1bdb6c44d6d2ed345d036bf9cce0e8ecf1.1728222451.git.~@wolfsden.cz
* gnu/packages/web.scm (nghttp3): Update to 1.6.0.

Change-Id: I1ace57429944d1db33fec8eb9f5cd233ccefe1e9
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 552abf83c5..0b390cfb09 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8551,7 +8551,7 @@ (define-public nghttp2-for-node
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.5.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
@@ -8560,7 +8560,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
+ "186bjczm7hqs3icp5ss66pi78dinpsbyn15h2hhcmyhh7h8jzyd1"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.46.0
Zheng Junjie wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73658-done@debbugs.gnu.org)
87ttdf5spl.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/web.scm (nghttp3): Update to 1.6.0.
>
> Change-Id: I1ace57429944d1db33fec8eb9f5cd233ccefe1e9
> ---
> gnu/packages/web.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 552abf83c5..0b390cfb09 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -8551,7 +8551,7 @@ (define-public nghttp2-for-node
> (define-public nghttp3
> (package
> (name "nghttp3")
> - (version "1.5.0")
> + (version "1.6.0")
> (source
> (origin
> (method url-fetch)
> @@ -8560,7 +8560,7 @@ (define-public nghttp3
> "nghttp3-" version ".tar.gz"))
> (sha256
> (base32
> - "08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
> + "186bjczm7hqs3icp5ss66pi78dinpsbyn15h2hhcmyhh7h8jzyd1"))))
> (build-system gnu-build-system)
> (native-inputs
> (list pkg-config))

push, close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcMgGYACgkQO1qpk+Gi
3/DhDA/9HVamUJ7qGrGmz5yYzG3fm+MatUkqBUyHiI8lqJ1T1+tsftJTCIhsrbaI
6I7Bu9O+NQDGrSQE1bdXdWq6CAs8dlz2gfProdQNSKMLZQ/TOUpM80oIG/dGnyvz
qPTlvEculEp+BfL+COPEUCgEyDCOqs59znpVHUzoaSEjywbsH16tirQv3LNgSYXV
pFpQQrrkJ4B2BkcjI/NlLfM2ckHvIp074olmH99k0iIj53hn9JE5UqD+JaTu7lnb
E2beGV5KDRxseAjEf9oqnZH/6NLXgnQmtrlkXya3YLhvqgiFMP81RozybPjN5HpZ
WOA4zNSGtFO9kZoqwoLbECjPloon48I0MgI6MfZeRouaZ4EQ64aTHUIMt1nGivCs
NtgAaSGMp90AtKpq45eCbGnKBHae33J3DvnTNSk0gHG84hsBUp3PFkkHy+8wtCXP
KVGwkBkJPrhL4/NFpHhqjxRi1JTaHOS8U0OQh/GO5o2ntogknirbFEb2bcnwNGA5
q/ufcNIJJ0yTh0pvCHIB3DEFiapu5w/YRdM1PvqmRyBryIjSLBOu3/UXkWyQePtT
xaTr9b2lQKynfz9T1foTxtYBzYwyUREUj019gx7XAysNxQyR72IYyTfFTyA4yBSO
rB9TS81pRYR2l3AXtm5EXFltt/DavZWNn66WrgEMbe1fn6MBj98=
=F8My
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73658@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73658
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help