GNU bug report logs - #77867
[PATCH] gnu: nghttp3: Update to 1.9.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 17 Apr 2025 13:04:02 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#77867: closed (Re: [PATCH] gnu: nghttp3: Update to 1.9.0.)
Date: Mon, 02 Jun 2025 11:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77867: [PATCH] gnu: nghttp3: Update to 1.9.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 77867 <at> debbugs.gnu.org.

-- 
77867: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77867
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: Jelle Licht <jlicht <at> fsfe.org>, 77867-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.9.0.
Date: Mon, 2 Jun 2025 13:24:27 +0200
Am Thu, May 01, 2025 at 04:11:24PM +0200 schrieb Tomas Volf:
> I took a look and I am not cure what is going on.  It builds locally for
> me:

Same for me, so I have just pushed it.

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: nghttp3: Update to 1.9.0.
Date: Thu, 17 Apr 2025 15:02:46 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.9.0.

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 74203262ef..91e79b82d5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8735,7 +8735,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.8.0")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
@@ -8744,7 +8744,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
+         "1gai6j4nlp79gf9p8qsid27s9qjz6irf0pqykr1qhizsbngaviyv"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.49.0




This bug report was last modified 23 days ago.

Previous Next


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