guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 1d8582c6c6f27fa0648b5340ef493c711da9ea29
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Nov 11 17:54:57 2025 +0100

    gnu: nghttp2: Update to 1.68.1.
    
    * gnu/packages/web.scm (nghttp2): Update to 1.68.1.
    
    Change-Id: I12b74c0cfbdbdabf8c58479d60b3bdd3b965305e
    Merges: https://codeberg.org/guix/guix/pulls/1934
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 61eac84383..cd825a7d10 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -75,7 +75,7 @@
 ;;; Copyright © 2025 Remco van 't Veer <[email protected]>"
 ;;; Copyright © 2025 Daniel Khodabakhsh <[email protected]>
 ;;; Copyright © 2025 Josep Bigorra <[email protected]>
-;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2025, 2026 Ashish SHUKLA <[email protected]>
 ;;; Copyright © 2025 Philippe Swartvagher <[email protected]>
 ;;; Copyright © 2025 pinoaffe <[email protected]>
 ;;; Copyright © 2025, 2026 gemmaro <[email protected]>
@@ -9125,7 +9125,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
 (define-public nghttp2
   (package
     (name "nghttp2")
-    (version "1.58.0")
+    (version "1.68.1")
     (source
      (origin
        (method url-fetch)
@@ -9134,7 +9134,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
                            "nghttp2-" version ".tar.xz"))
        (sha256
         (base32
-         "1q4ps8acr7nyia7mf2z11m0yh3fn1imhyv855j3xjbx91l2a6s2a"))))
+         "1cph2j688zxxxl3944g5grjma15qbv4b6z252ichsn7ilyq7mgba"))))
     (build-system gnu-build-system)
     (outputs (list "out"
                    "lib"))              ; only libnghttp2

Reply via email to