GNU bug report logs - #73957
[PATCH] gnu: ngtcp2: Update to 1.8.1.

Previous Next

Package: guix-patches;

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

Date: Tue, 22 Oct 2024 23:57:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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#73957: closed (Re: [bug#73957] [PATCH] gnu: ngtcp2: Update to
 1.8.1.)
Date: Wed, 23 Oct 2024 16:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73957: [PATCH] gnu: ngtcp2: Update to 1.8.1.

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 73957 <at> debbugs.gnu.org.

-- 
73957: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73957
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Tomas Volf <~@wolfsden.cz>
Cc: 73957-done <at> debbugs.gnu.org
Subject: Re: [bug#73957] [PATCH] gnu: ngtcp2: Update to 1.8.1.
Date: Thu, 24 Oct 2024 00:09:27 +0800
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.8.1.
>
> Change-Id: I986c697da1b101c367f1ca7850555495e8f26179
> ---
>  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 7e7b9ab174..be663b0dd8 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -4623,7 +4623,7 @@ (define-public nbd
>  (define-public ngtcp2
>    (package
>      (name "ngtcp2")
> -    (version "1.8.0")
> +    (version "1.8.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4631,7 +4631,7 @@ (define-public ngtcp2
>                             "releases/download/v" version "/"
>                             "ngtcp2-" version ".tar.gz"))
>         (sha256
> -        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
> +        (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list

push, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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.8.1.
Date: Wed, 23 Oct 2024 01:55:58 +0200
* gnu/packages/networking.scm (ngtcp2): Update to 1.8.1.

Change-Id: I986c697da1b101c367f1ca7850555495e8f26179
---
 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 7e7b9ab174..be663b0dd8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4623,7 +4623,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -4631,7 +4631,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
+        (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0




This bug report was last modified 214 days ago.

Previous Next


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