[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: httpd: Update to 2.4.48.
From: |
guix-commits |
Subject: |
03/05: gnu: httpd: Update to 2.4.48. |
Date: |
Sat, 29 May 2021 11:37:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 34fe60e8b1233897f03fae63d33c94d45dfe40fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 16:38:49 2021 +0200
gnu: httpd: Update to 2.4.48.
* gnu/packages/web.scm (httpd): Update to 2.4.48.
---
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 30a1209..41d815c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -248,14 +248,14 @@
(define-public httpd
(package
(name "httpd")
- (version "2.4.47")
+ (version "2.4.48")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
- "1jh31j4740wz463l1j49ir2lhh42x9z4byiq25m12y75r3dhdl13"))))
+ "0v4npxnvih5mlxx6dywwhhfs8xvgcckc0hxzwk3hi0g8nbkjdj0v"))))
(build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr)