guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: lighttpd: Update to 1.4.72.


From: guix-commits
Subject: 10/11: gnu: lighttpd: Update to 1.4.72.
Date: Wed, 25 Oct 2023 06:01:46 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit efe9e0ce0cccee468ad7640e5cda9edebf504dab
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Oct 10 12:57:23 2023 -0300

    gnu: lighttpd: Update to 1.4.72.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.72.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 f3855f43a9..b1cdfda862 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1004,7 +1004,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.71")
+    (version "1.4.72")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -1012,7 +1012,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1b5g4l9q84sjfwx9x1d7bqp9n5j0wkaj8cyzak1zv5h3l9fr3dmq"))))
+                "1v2m9vavrg3ibbl0kfq3rjlnqicbrlrkqih1iisa0m5pd56xxjpp"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]