[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
- branch master updated (e0b94a4d27 -> c6d2bb9d0a), guix-commits, 2023/10/25
- 01/11: gnu: guile-dsv: Update to 0.7.1., guix-commits, 2023/10/25
- 03/11: gnu: diffoscope: Update to 251., guix-commits, 2023/10/25
- 04/11: gnu: curlie: Update to 1.7.2., guix-commits, 2023/10/25
- 02/11: gnu: mympd: Update to 12.1.1., guix-commits, 2023/10/25
- 08/11: gnu: picard: Update to 2.10., guix-commits, 2023/10/25
- 10/11: gnu: lighttpd: Update to 1.4.72.,
guix-commits <=
- 05/11: gnu: hplip: Fix USB timeouts., guix-commits, 2023/10/25
- 06/11: gnu: emacs-exwm: Update to 0.28., guix-commits, 2023/10/25
- 07/11: gnu: emacs-doom-modeline: Update to 4.0.1., guix-commits, 2023/10/25
- 09/11: gnu: python-versioneer: Update to 0.29., guix-commits, 2023/10/25
- 11/11: gnu: gnuplot: Update to 5.4.9., guix-commits, 2023/10/25