From 525da27c25bf16dfcb08472dec546e3ed4cebc65 Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Thu, 8 Jun 2017 19:11:52 +0200
Subject: [PATCH] gnu: php: Update to 7.1.6.

* gnu/packages/php.scm (php): Update to 7.1.6.
---
 gnu/packages/php.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 1b55cd4eb9d..b6f64bc0ef0 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -53,7 +53,7 @@ (define-module (gnu packages php)
 (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 @@ (define-public php
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi"))
+                "0nr49gqhk4pv8kcdc60cl1mgwlinawpraq9ba15whzmb472lsn01"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
-- 
GitLab