gnu: php: Update to 7.3.4.

* gnu/packages/php.scm (php): Update to 7.3.4.
This commit is contained in:
Julien Lepiller 2019-04-04 21:37:30 +02:00
parent 9fa29103b5
commit a779689714
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -58,7 +58,7 @@ (define-module (gnu packages php)
(define-public php
(package
(name "php")
(version "7.3.3")
(version "7.3.4")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -66,7 +66,7 @@ (define-public php
name "-" version ".tar.xz"))
(sha256
(base32
"1cxrpaz5cvx1qq9klwgvcyvcly865sxpn4bdk82wpl43l5wkxc3b"))
"10rvj9dn41213w0q2l123rn6sycr29syik88czprhpv5z2hrzrvg"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"