guix_mirror_bot pushed a commit to branch master
in repository guix.

commit db87c17bc8b0ef3618ecaab26a9196ac32746685
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Sep 3 18:56:57 2026 +0000

    gnu: nginx-documentation: Update to 1.31.5-0.0ce65d3.
    
    * gnu/packages/web.scm (nginx-documentation): Update to
    1.31.5-0.0ce65d3.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
    Merges: #11026
---
 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 75a00cca76c..4879deff691 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -790,11 +790,11 @@ and as a proxy to reduce the load on back-end HTTP or 
mail servers.")
 
 (define-public nginx-documentation
   ;; This documentation should be relevant for the current nginx package.
-  (let ((commit "857ceb30c4eb103cb1f1817c715f9c3caa0af75b")
+  (let ((commit "0ce65d332a857da2c57663cecfbd8a0f5af3b814")
         (revision "0"))
     (package
       (name "nginx-documentation")
-      (version (git-version "1.31.1" revision commit))
+      (version (git-version "1.31.5" revision commit))
       (source
        (origin (method git-fetch)
                (uri (git-reference
@@ -803,7 +803,7 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
                (file-name (git-file-name name version))
                (sha256
                 (base32
-                 "0zyjjyikc65gmx24b3pbaxznqgp6mnygwcgdax1nqlv1cj30n5a0"))))
+                 "1rv19dc6vd5vjpp77fjcnzwd6wfmnnhbffqf72904lwbc882y8bs"))))
       (build-system gnu-build-system)
       (arguments
        (list

Reply via email to