[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: lighttpd: Update to 1.4.73.
From: |
guix-commits |
Subject: |
04/05: gnu: lighttpd: Update to 1.4.73. |
Date: |
Sun, 12 Nov 2023 09:26:17 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 34d57ba3e3e69ed1f728a5662418a46ca008a4ce
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Nov 7 20:19:31 2023 -0300
gnu: lighttpd: Update to 1.4.73.
* gnu/packages/web.scm (lighttpd): Update to 1.4.73.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 40d1c7d7f1..cd165bbae7 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.72")
+ (version "1.4.73")
(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
- "1v2m9vavrg3ibbl0kfq3rjlnqicbrlrkqih1iisa0m5pd56xxjpp"))))
+ "1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags