gnu: php: Update to 7.2.8.

* gnu/packages/php.scm (php): Update to 7.2.8.
master
Julien Lepiller 2018-07-19 21:29:12 +02:00
parent e9ab4b40a8
commit fbf9274b94
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
(define-public php
(package
(name "php")
(version "7.2.7")
(version "7.2.8")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -70,7 +70,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
"1w1iix3hkwlgkr83zpr2wbnjzd8lwhy02i5hp1j1zbrv7caw00gb"))
"03zv1y8ygzsir60617hinpji3f4irk79zbp3ar1b8zcapq40gfjk"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"