[PATCH] gnu: ngtcp2: Update to 1.2.0.

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

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
d25ee83b1eb7b2037460a14997ddfe3f3f1d40d6.1705838811.git.~@wolfsden.cz
* gnu/packages/networking.scm (ngtcp2): Update to 1.2.0.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 64e32f78f2..8bc5a6ed0f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4511,7 +4511,7 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -4519,7 +4519,7 @@ (define-public ngtcp2
"releases/download/v" version "/"
"ngtcp2-" version ".tar.xz"))
(sha256
- (base32 "1pppl6s25hz91w6321g1q7dqvfy4vccz9mmc5r8sfdvdc95fngl0"))))
+ (base32 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 9c367ee1967b213b507a8bf041ea6c2623ceea96
--
2.41.0
Jelle Licht wrote 1 years ago
87r0hteaot.fsf@fsfe.org
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (4 lines)
> * gnu/packages/networking.scm (ngtcp2): Update to 1.2.0.
>
> Change-Id: Ib71911a250dd68ba9e25e93dd17a2770fc99f0bb

Pushed to master, thank you for the patch!
- Jelle
Closed
?
Your comment

This issue is archived.

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

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