[PATCH] gnu: ngtcp2: Update to 1.11.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
28b238e7369b828e769c1b338c20eaf7a524d1ba.1740707582.git.~@wolfsden.cz
* gnu/packages/networking.scm (ngtcp2): Update to 1.11.0.

Change-Id: I4a617346b642fb743a0f66962ff6eb0d969c855f
---
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 1b97853a59..6b68a54e07 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4616,7 +4616,7 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.10.0")
+ (version "1.11.0")
(source
(origin
(method url-fetch)
@@ -4624,7 +4624,7 @@ (define-public ngtcp2
"releases/download/v" version "/"
"ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "1g4mic08g7qjqlxjm1bvpmd7nj5pjfpwafj4r8rgj8h2cnc9gir4"))))
+ (base32 "1dp4r77sv70s62ihsqs6s1fdsp3mir8pjwhhw62j57mq0w6kkz21"))))
(build-system gnu-build-system)
(arguments
(list
--
2.48.1
宋文武 wrote 7 days ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76625-done@debbugs.gnu.org)
875xknd8b7.fsf@envs.net
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (2 lines)
> * gnu/packages/networking.scm (ngtcp2): Update to 1.11.0.

Pushed as 336e1dfd0f, thanks.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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