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:
parent
7c413c3575
commit
9e93bffb58
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue