me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.4.11.

* gnu/packages/php.scm (php): Update to 7.4.11.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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"