GNU bug report logs - #79211
[PATCH] gnu: nghttp3: Update to 1.11.0.

Previous Next

Package: guix-patches;

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

Date: Sun, 10 Aug 2025 14:13:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: nghttp3: Update to 1.11.0.
Date: Sun, 10 Aug 2025 16:12:25 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.11.0.

Change-Id: I2da8fa864e2f1e8ad82b7fbca3aa2a79365d3d17
---
 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 8a0d2daf5a..93e91e75ef 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8874,7 +8874,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.10.1")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -8883,7 +8883,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
+         "04ds0h2ppajx9brafd9rx4k9jsqm6cb0qjkj2lvpps1d5bd0pliw"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.50.1





This bug report was last modified 3 days ago.

Previous Next


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