me
/
guix
Archived
1
0
Fork 0

gnu: httpd: Update to 2.4.47.

* gnu/packages/web.scm (httpd): Update to 2.4.47.
master
Tobias Geerinckx-Rice 2021-05-01 04:51:50 +02:00
parent 9b74cfd161
commit 2a75ec2863
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)