diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-06-08 19:11:52 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-06-08 23:16:28 +0200 |
commit | 525da27c25bf16dfcb08472dec546e3ed4cebc65 (patch) | |
tree | 11a66f7dd0bd141401d9805cfed9a9ed92512371 /gnu | |
parent | 28c98738009e522c48fc484033a0009ab7cea99d (diff) | |
download | patches-525da27c25bf16dfcb08472dec546e3ed4cebc65.tar patches-525da27c25bf16dfcb08472dec546e3ed4cebc65.tar.gz |
gnu: php: Update to 7.1.6.
* gnu/packages/php.scm (php): Update to 7.1.6.
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 1b55cd4eb9..b6f64bc0ef 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -53,7 +53,7 @@ (define-public php (package (name "php") - (version "7.1.5") + (version "7.1.6") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -61,7 +61,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi")) + "0nr49gqhk4pv8kcdc60cl1mgwlinawpraq9ba15whzmb472lsn01")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |