[PATCH] gnu: nghttp3: Update to 1.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 7 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
9ef4138e5c45b01e760717af8f757163ba4a98c0.1724605402.git.~@wolfsden.cz
* gnu/packages/web.scm (nghttp3): Update to 1.5.0.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9d889b4ae7..9ddcdd3b44 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8481,7 +8481,7 @@ (define-public nghttp2-for-node
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
@@ -8490,7 +8490,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
+ "08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))

base-commit: 40e7b0191e84f463a3790bf9410ebcbe1cbeab9c
--
2.45.2
Ludovic Courtès wrote 6 months ago
control message for bug #72806
(address . control@debbugs.gnu.org)
874j74lnyv.fsf@gnu.org
close 72806
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72806
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