mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: httpd: Update to 2.4.46.
* gnu/packages/web.scm (httpd): Update to 2.4.46.
This commit is contained in:
parent
428a3621d5
commit
6b44b35a57
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue