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

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

    gnu: nghttp2: Update to 1.69.0.
    
    * gnu/packages/web.scm (nghttp2): Update to 1.69.0.
    
    Merges: https://codeberg.org/guix/guix/pulls/1934
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
    Co-authored-by: Andreas Enge <[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 d865496a8d..d849641ac8 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]>
@@ -9227,7 +9227,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
 (define-public nghttp2
   (package
     (name "nghttp2")
-    (version "1.58.0")
+    (version "1.69.0")
     (source
      (origin
        (method url-fetch)
@@ -9236,7 +9236,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
                            "nghttp2-" version ".tar.xz"))
        (sha256
         (base32
-         "1q4ps8acr7nyia7mf2z11m0yh3fn1imhyv855j3xjbx91l2a6s2a"))))
+         "1b88wp8ghfpnlpbqzsbwwylry86qzwwl33v5w2yzcmicxjv29cqz"))))
     (build-system gnu-build-system)
     (outputs (list "out"
                    "lib"))              ; only libnghttp2

Reply via email to