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>
This commit is contained in:
parent
b035e079fa
commit
34d57ba3e3
1 changed files with 2 additions and 2 deletions
|
|
@ -1004,7 +1004,7 @@ similar to live activity monitoring provided with NGINX plus.")
|
||||||
(define-public lighttpd
|
(define-public lighttpd
|
||||||
(package
|
(package
|
||||||
(name "lighttpd")
|
(name "lighttpd")
|
||||||
(version "1.4.72")
|
(version "1.4.73")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.lighttpd.net/lighttpd/"
|
(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"))
|
"lighttpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v2m9vavrg3ibbl0kfq3rjlnqicbrlrkqih1iisa0m5pd56xxjpp"))))
|
"1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
|
||||||
Reference in a new issue