diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-13 00:16:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-13 00:17:23 +0200 |
commit | 6b44b35a57d688da3791c08d65f27b6677da7b1f (patch) | |
tree | 9d435a6a49283bd9c8eb5f4009065203878b6aa3 | |
parent | 428a3621d55c4c24a5ae512e37032994ae7882c5 (diff) |
gnu: httpd: Update to 2.4.46.
* gnu/packages/web.scm (httpd): Update to 2.4.46.
-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 dcd735a037..5f97c3c592 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -158,14 +158,14 @@ (define-public httpd (package (name "httpd") - (version "2.4.43") + (version "2.4.46") (source (origin (method url-fetch) (uri (string-append "mirror://apache/httpd/httpd-" version ".tar.bz2")) (sha256 (base32 - "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4")))) + "1sj1rwgbcjgkzac3ybjy7j68c9b3dv3ap71m48mrjhf6w7vds3kl")))) (build-system gnu-build-system) (native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config' (inputs `(("apr" ,apr) |