nckx pushed a commit to branch master
in repository guix.
commit d6d7e2ec507f750392423dd8da6644deef8d2b42
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Oct 3 22:55:22 2021 +0200
gnu: httpd: Update to 2.4.49.
* gnu/packages/web.scm (httpd): Update to 2.4.49.
---
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 4e51f4f..e6f7452 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -252,14 +252,14 @@
(define-public httpd
(package
(name "httpd")
- (version "2.4.48")
+ (version "2.4.49")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
- "0v4npxnvih5mlxx6dywwhhfs8xvgcckc0hxzwk3hi0g8nbkjdj0v"))))
+ "0fqkfjcpdd40ji2279wfxh5hddb5jdxlnpjr0sbhva8fi7b6bfb5"))))
(build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr)