gnu: httpd: Update to 2.4.46.

* gnu/packages/web.scm (httpd): Update to 2.4.46.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-13 00:16:51 +02:00
parent 428a3621d5
commit 6b44b35a57
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -158,14 +158,14 @@ (define-module (gnu packages web)
(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)