diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-07-19 21:29:12 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-07-19 21:29:41 +0200 |
commit | fbf9274b940e6eeafa44cbf3a1b9f0c596c3b51c (patch) | |
tree | 77e43584e0db90819069c875b7c28c36a45f36cc /gnu | |
parent | e9ab4b40a8bf6ddf7242bc0d67b61148a4078419 (diff) |
gnu: php: Update to 7.2.8.
* gnu/packages/php.scm (php): Update to 7.2.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 36e29bdcc2..121ffab767 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -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" |