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 561039df2f gnu: lighttpd: Update to 1.4.81.
561039df2f is described below

commit 561039df2f5a62a169ebfddc9a07c407c59536e6
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Mon Aug 18 18:59:22 2025 -0300

    gnu: lighttpd: Update to 1.4.81.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.81.
    
    Change-Id: Ie308f7d4ef27a2aa320a26b7a7c12f7b4fb4130f
    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 a56b313e2c..e8e0221e34 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1141,7 +1141,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.80")
+    (version "1.4.81")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -1149,7 +1149,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1wsvy92dsyhlq99b7rvlj5n72m7rqggr27jxajnnpvmjx1qhypyc"))))
+                "0h2q5a251kw1ky83x8yvgn9wbjm39n7x39ssj4ybd57xs8zjrm6p"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to