Archived
1
0
Fork 0

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 (define-public php
(package (package
(name "php") (name "php")
(version "7.4.10") (version "7.4.11")
(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
"045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2")) "1knnw9b5hkxmisxclw384ic6bcihihhii51q0fyva8cwkdd6fcax"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"