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

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 20ee284085 gnu: lighttpd: Update to 1.4.78.
20ee284085 is described below

commit 20ee284085236992f7df5082511cbd545e61ab44
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Wed Apr 2 11:11:33 2025 -0300

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

Reply via email to