guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: lighttpd: Update to 1.4.71.


From: guix-commits
Subject: 03/03: gnu: lighttpd: Update to 1.4.71.
Date: Thu, 7 Sep 2023 13:20:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 451ba2e5bb523c18a2ccc941df47b598c48ef57e
Author: André Batista <nandre@riseup.net>
AuthorDate: Fri Sep 1 16:48:52 2023 -0300

    gnu: lighttpd: Update to 1.4.71.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.71.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 46a60b8b15..96dc5d9301 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -979,7 +979,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.70")
+    (version "1.4.71")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -987,7 +987,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "11gyc77d6g634mshdqmbl50bmx1i7aibg6kp0dz8kfdnyhfbw7lj"))))
+                "1b5g4l9q84sjfwx9x1d7bqp9n5j0wkaj8cyzak1zv5h3l9fr3dmq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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