This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 847dc67adf gnu: nginx-lua-module: Update to 0.10.29.
847dc67adf is described below

commit 847dc67adfb36b8e8deba587cab3f749c21363ad
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Feb 13 14:35:20 2026 +0100

    gnu: nginx-lua-module: Update to 0.10.29.
    
    * gnu/packages/web.scm (nginx-lua-module): Update to 0.10.29.
    
    Fixes: guix/guix#6381
    Change-Id: Id07e0a5f6daac05246f9e8249416deda64c8d82d
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 cd4968d081..3a4c557267 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -903,7 +903,7 @@ documentation.")
   (package
     (inherit nginx)
     (name "nginx-lua-module")
-    (version "0.10.16")
+    (version "0.10.29")
     (source
      (origin
        (method git-fetch)
@@ -912,7 +912,7 @@ documentation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "lua-nginx-module" version))
        (sha256
-        (base32 "0nwcbqm1visg1dkxav7qa16w0d0n8cgqn4881xiqn88xfkxj0dyg"))))
+        (base32 "0manlsi9n8j59sncxwb2nxrbm5v5kwc7csrpi54m35v1pg19bbfg"))))
     (build-system gnu-build-system)
     (inputs
      `(("nginx-sources" ,(package-source nginx-socket-cloexec))

Reply via email to