gnu: php: Update to 7.4.10.
* gnu/packages/php.scm (php): Update to 7.4.10.
This commit is contained in:
parent
0c7f478e83
commit
eb3328004e
@ -60,7 +60,7 @@
|
|||||||
(define-public php
|
(define-public php
|
||||||
(package
|
(package
|
||||||
(name "php")
|
(name "php")
|
||||||
(version "7.4.9")
|
(version "7.4.10")
|
||||||
(home-page "https://secure.php.net/")
|
(home-page "https://secure.php.net/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"php-" version ".tar.xz"))
|
"php-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yy5gms3yk24m6c5z4g0sqhcymzxqpmkh0fgrsyvxlcac153ywr3"))
|
"045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "ext"
|
'(with-directory-excursion "ext"
|
||||||
|
Loading…
Reference in New Issue
Block a user