[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libhttpd: Update to 1.4.65.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libhttpd: Update to 1.4.65. |
Date: |
Mon, 20 Jun 2022 09:45:42 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2af3f5eef0 gnu: libhttpd: Update to 1.4.65.
2af3f5eef0 is described below
commit 2af3f5eef045f7d177cc394c89be069bac895688
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 20 15:24:28 2022 +0300
gnu: libhttpd: Update to 1.4.65.
* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
---
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 9047578b0a..006ac26ace 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -832,7 +832,7 @@ stream. Remote control of the module is possible over
HTTP.")
(define-public lighttpd
(package
(name "lighttpd")
- (version "1.4.64")
+ (version "1.4.65")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "09hf3cp4ivy9a9z9drgi4f6d60137dcqncqw0wpbyvs9lygrsj71"))))
+ "1gi84fsc7x4d7r5vpg4pcwfk6j80wxvv64m94d041g4zca5ac3xz"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libhttpd: Update to 1.4.65.,
guix-commits <=