1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: libhttpd: Update to 1.4.65.

* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
This commit is contained in:
Efraim Flashner
2022-06-20 15:24:28 +03:00
parent 723d1bbbd2
commit 2af3f5eef0
+2 -2
View File
@@ -832,7 +832,7 @@ stream. Remote control of the module is possible over HTTP.")
(define-public lighttpd (define-public lighttpd
(package (package
(name "lighttpd") (name "lighttpd")
(version "1.4.64") (version "1.4.65")
(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/"
@@ -840,7 +840,7 @@ stream. Remote control of the module is possible over HTTP.")
"lighttpd-" version ".tar.xz")) "lighttpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"09hf3cp4ivy9a9z9drgi4f6d60137dcqncqw0wpbyvs9lygrsj71")))) "1gi84fsc7x4d7r5vpg4pcwfk6j80wxvv64m94d041g4zca5ac3xz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags