GNU bug report logs - #71558
[PATCH] gnu: nghttp3: Update to 1.4.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 14 Jun 2024 17:23:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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#71558: closed (Re: [bug#71558] [PATCH] gnu: nghttp3: Update
 to 1.4.0.)
Date: Sat, 15 Jun 2024 17:00:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

-- 
71558: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71558
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Tomas Volf <~@wolfsden.cz>
Cc: 71558-done <at> debbugs.gnu.org
Subject: Re: [bug#71558] [PATCH] gnu: nghttp3: Update to 1.4.0.
Date: Sat, 15 Jun 2024 17:59:24 +0100
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/web.scm (nghttp3): Update to 1.4.0.
>
> Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a
> ---
>  gnu/packages/web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
6a71cd419fb9d66eaa32dec59d3be1199d6c3e7d.

Chris
[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: nghttp3: Update to 1.4.0.
Date: Fri, 14 Jun 2024 19:21:59 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.4.0.

Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a
---
 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 edbe3bb927..b9991bb9c1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8456,7 +8456,7 @@ (define-public nghttp2-for-node
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.3.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
@@ -8465,7 +8465,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0z973zfd309wir7qv9iqa9qp77zhcgvmiz3s1hmwmqmyf3vl06ic"))))
+         "13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.45.1




This bug report was last modified 339 days ago.

Previous Next


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