gnu: php: Update to 7.4.8.

* gnu/packages/php.scm (php): Update to 7.4.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-11 23:24:18 +02:00
parent bc332f0717
commit 7ed0eeb011
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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