summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2023-10-10 12:57:23 -0300
committerMathieu Othacehe <othacehe@gnu.org>2023-10-25 11:59:59 +0200
commitefe9e0ce0cccee468ad7640e5cda9edebf504dab (patch)
tree4990b9cb19eeac9a418825e16eed4fbcfe2f7c2f /gnu/packages/web.scm
parenteb194aba18f7f81974d6d8999adbfda88f18cfce (diff)
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>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files 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