GNU bug report logs - #77865
[PATCH] gnu: ngtcp2: Update to 1.12.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Thu, 17 Apr 2025 12:33:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomas Volf <~@wolfsden.cz>
Subject: bug#77865: closed (Re: [PATCH] gnu: ngtcp2: Update to 1.12.0.)
Date: Wed, 30 Apr 2025 08:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77865: [PATCH] gnu: ngtcp2: Update to 1.12.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77865 <at> debbugs.gnu.org.

-- 
77865: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77865
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: 77865-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: ngtcp2: Update to 1.12.0.
Date: Wed, 30 Apr 2025 10:41:36 +0200
Pushed, thanks!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: ngtcp2: Update to 1.12.0.
Date: Thu, 17 Apr 2025 14:31:47 +0200
* gnu/packages/networking.scm (ngtcp2): Update to 1.12.0.

Change-Id: Ia2140bcbfa79a2eee2cc7c5428cd5a1b272cd2c6
---
 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 76b5138f25..639d2fc9c1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4653,7 +4653,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
@@ -4661,7 +4661,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "1dp4r77sv70s62ihsqs6s1fdsp3mir8pjwhhw62j57mq0w6kkz21"))))
+        (base32 "047glkg71rikj7s46jb9aaipqn13arzz0pvph5kg66f0pz4zb2n0"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.49.0




This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.