emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68634: closed ([PATCH] gnu: ngtcp2: Update to 1.2.0.)


From: GNU bug Tracking System
Subject: bug#68634: closed ([PATCH] gnu: ngtcp2: Update to 1.2.0.)
Date: Sat, 03 Feb 2024 17:11:01 +0000

Your message dated Sat, 03 Feb 2024 18:09:54 +0100
with message-id <87r0hteaot.fsf@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@gnu.org.)


-- 
68634: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68634
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ngtcp2: Update to 1.2.0. Date: Sun, 21 Jan 2024 13:06:51 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68634] [PATCH] gnu: ngtcp2: Update to 1.2.0. Date: Sat, 03 Feb 2024 18:09:54 +0100
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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]