3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: php: Update to 7.4.11.

* gnu/packages/php.scm (php): Update to 7.4.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-01 00:13:19 +02:00
parent 7c413c3575
commit 9e93bffb58
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
(version "7.4.10")
(version "7.4.11")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
"045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2"))
"1knnw9b5hkxmisxclw384ic6bcihihhii51q0fyva8cwkdd6fcax"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"