mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: lighttpd: Update to 1.4.71.
* gnu/packages/web.scm (lighttpd): Update to 1.4.71. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7cd4103e81
commit
451ba2e5bb
1 changed files with 2 additions and 2 deletions
|
@ -979,7 +979,7 @@ (define-public nginx-module-vts
|
||||||
(define-public lighttpd
|
(define-public lighttpd
|
||||||
(package
|
(package
|
||||||
(name "lighttpd")
|
(name "lighttpd")
|
||||||
(version "1.4.70")
|
(version "1.4.71")
|
||||||
(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/"
|
||||||
|
@ -987,7 +987,7 @@ (define-public lighttpd
|
||||||
"lighttpd-" version ".tar.xz"))
|
"lighttpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11gyc77d6g634mshdqmbl50bmx1i7aibg6kp0dz8kfdnyhfbw7lj"))))
|
"1b5g4l9q84sjfwx9x1d7bqp9n5j0wkaj8cyzak1zv5h3l9fr3dmq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue