gnu: php: Update to 7.3.4.
* gnu/packages/php.scm (php): Update to 7.3.4.
This commit is contained in:
parent
9fa29103b5
commit
a779689714
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ (define-module (gnu packages php)
|
||||||
(define-public php
|
(define-public php
|
||||||
(package
|
(package
|
||||||
(name "php")
|
(name "php")
|
||||||
(version "7.3.3")
|
(version "7.3.4")
|
||||||
(home-page "https://secure.php.net/")
|
(home-page "https://secure.php.net/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -66,7 +66,7 @@ (define-public php
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cxrpaz5cvx1qq9klwgvcyvcly865sxpn4bdk82wpl43l5wkxc3b"))
|
"10rvj9dn41213w0q2l123rn6sycr29syik88czprhpv5z2hrzrvg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "ext"
|
'(with-directory-excursion "ext"
|
||||||
|
|
Loading…
Reference in a new issue