GNU bug report logs - #76626
[PATCH] gnu: nghttp3: Update to 1.8.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 28 Feb 2025 01:56:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 76626 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#76626] [PATCH] gnu: nghttp3: Update to 1.8.0.
Date: Fri, 28 Feb 2025 02:55:41 +0100
* gnu/packages/web.scm (nghttp3): Update to 1.8.0.

Change-Id: I61eef674003772a62b3f28aebb006fd69a7e94dc
---
 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 bd9dc0a5b8..4cd71e0858 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8677,7 +8677,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
@@ -8686,7 +8686,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "09iv9n47kr7nfc4wmbv2nadv19sixf0f3z7w5pr6cfr64gn4d9br"))))
+         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.48.1





This bug report was last modified 137 days ago.

Previous Next


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