me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.4.9.

* gnu/packages/php.scm (php): Update to 7.4.9.
master
Tobias Geerinckx-Rice 2020-08-13 05:26:02 +02:00
parent 5180360198
commit d1c37def6e
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.8")
(version "7.4.9")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
"0i9j0yykm6ww021iq89g83qjliq1mqiyhqdn3kq8lbkk1f4l6a34"))
"0yy5gms3yk24m6c5z4g0sqhcymzxqpmkh0fgrsyvxlcac153ywr3"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"