guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lighttpd: Update to 1.4.70.


From: guix-commits
Subject: branch master updated: gnu: lighttpd: Update to 1.4.70.
Date: Mon, 15 May 2023 06:03:01 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 79e9a70c94728272386c7e023a93aa33ebd27d34
Author: André Batista <nandre@riseup.net>
AuthorDate: Fri May 12 19:35:18 2023 -0300

    gnu: lighttpd: Update to 1.4.70.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.70.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.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 95180ac316..fe52f673e2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -911,7 +911,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.68")
+    (version "1.4.70")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -919,7 +919,7 @@ similar to live activity monitoring provided with NGINX 
plus.")
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "111kb3lkcvbxw46dnsrgx9pfbdpzb807ikkn9pd1lgmnaap3fvz5"))))
+                "11gyc77d6g634mshdqmbl50bmx1i7aibg6kp0dz8kfdnyhfbw7lj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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