gnu: php: Update to 7.4.22 [security fixes].

* gnu/packages/php.scm (php): Update to 7.4.22.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-29 19:57:00 +02:00
parent 45235e67e4
commit c022c1e5b2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,7 +60,7 @@ (define-module (gnu packages php)
(define-public php
(package
(name "php")
(version "7.4.21")
(version "7.4.22")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@ (define-public php
"php-" version ".tar.xz"))
(sha256
(base32
"141awf9fjg8ps1b1dv0j1xqvkax4p8cjc0i2zz11n906g153hhyg"))
"1s5xjy1cchlg0vfxic73wy2wip8spfjr094hzzyc76plsbbqq1wf"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"