[PATCH] gnu: ngtcp2: Update to 1.10.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 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
d3167a29693fa48eb31d66849a05338bfba973ee.1734626820.git.~@wolfsden.cz
* gnu/packages/networking.scm (ngtcp2): Update to 1.10.0.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b456e50863..3856c4c5ee 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4643,7 +4643,7 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.9.1")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
@@ -4651,7 +4651,7 @@ (define-public ngtcp2
"releases/download/v" version "/"
"ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "1hw2wmkp3z0p64gv4zgcrjkspb9wrdqyjymc93c4992skn9br3hd"))))
+ (base32 "1g4mic08g7qjqlxjm1bvpmd7nj5pjfpwafj4r8rgj8h2cnc9gir4"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
Ludovic Courtès wrote 3 months ago
control message for bug #74976
(address . control@debbugs.gnu.org)
87frmb2y7g.fsf@gnu.org
close 74976
quit
?
Your comment

This issue is archived.

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

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