GNU bug report logs -
#68634
[PATCH] gnu: ngtcp2: Update to 1.2.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 21 Jan 2024 12:08:02 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 03 Feb 2024 18:09:54 +0100
with message-id <87r0hteaot.fsf <at> fsfe.org>
and subject line Re: [bug#68634] [PATCH] gnu: ngtcp2: Update to 1.2.0.
has caused the debbugs.gnu.org bug report #68634,
regarding [PATCH] gnu: ngtcp2: Update to 1.2.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68634: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68634
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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(-)
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
[Message part 3 (message/rfc822, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/networking.scm (ngtcp2): Update to 1.2.0.
>
> Change-Id: Ib71911a250dd68ba9e25e93dd17a2770fc99f0bb
Pushed to master, thank you for the patch!
- Jelle
This bug report was last modified 1 year and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.