diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-01 04:51:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-01 11:29:11 +0200 |
commit | 2a75ec2863567024bb8e03df9b74321b83f85484 (patch) | |
tree | 2548ed405484842d740e01f09fc36d4a871c5cce /gnu/packages/web.scm | |
parent | 9b74cfd16140b971d58dc5ae77ef8f8e98c5b47f (diff) |
gnu: httpd: Update to 2.4.47.
* gnu/packages/web.scm (httpd): Update to 2.4.47.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 35558b64c7..217e682bfa 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -247,14 +247,14 @@ (define-public httpd (package (name "httpd") - (version "2.4.46") + (version "2.4.47") (source (origin (method url-fetch) (uri (string-append "mirror://apache/httpd/httpd-" version ".tar.bz2")) (sha256 (base32 - "1sj1rwgbcjgkzac3ybjy7j68c9b3dv3ap71m48mrjhf6w7vds3kl")))) + "1jh31j4740wz463l1j49ir2lhh42x9z4byiq25m12y75r3dhdl13")))) (build-system gnu-build-system) (native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config' (inputs `(("apr" ,apr) |