diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-09-28 20:03:10 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-09-29 20:05:46 +0200 |
commit | 41a1ac1b22577c786d1f23ec4475d4f0ffcde9c4 (patch) | |
tree | 74b494d2eb1cd989f5a7dbee134a333d6d505a9b /gnu/packages/php.scm | |
parent | dee9a2628c2ace56ce0441cd6c1837d1bef46052 (diff) | |
download | guix-41a1ac1b22577c786d1f23ec4475d4f0ffcde9c4.tar guix-41a1ac1b22577c786d1f23ec4475d4f0ffcde9c4.tar.gz |
gnu: php: Update to 7.1.10.
* gnu/packages/php.scm (php): Update to 7.1.10.
Diffstat (limited to 'gnu/packages/php.scm')
-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 bcf1d00829..fdea6c6d8f 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -52,7 +52,7 @@ (define-public php (package (name "php") - (version "7.1.9") + (version "7.1.10") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -60,7 +60,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "130y50nawipd12nbs10661vzk8gvy7zsqcsxvj29mwaivm4a777c")) + "02y52ml1svksx6fclg47vim2hnsva3531db7msrhpb9f39vzm3ib")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |