Archived
1
0
Fork 0

gnu: php: Update to 7.3.12.

* gnu/packages/php.scm (php): Update to 7.3.12.
This commit is contained in:
Julien Lepiller 2019-11-22 19:46:24 +01:00
parent 1ee72bb55b
commit ee4db149c2
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -59,7 +59,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.3.11") (version "7.3.12")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -67,7 +67,7 @@
"php-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"088hl1gyjr7a8ipdzylwy00c4xmvywn7mh2r1i4yja5c9d3gcz35")) "1psmv3yw21rng2qqwck2b5w190s8q76qi35gqrh8i0mdc6c5xzma"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"