diff options
-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" |