guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: php: Update to 7.1.6.


From: julien lepiller
Subject: 01/01: gnu: php: Update to 7.1.6.
Date: Thu, 8 Jun 2017 17:17:03 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 525da27c25bf16dfcb08472dec546e3ed4cebc65
Author: Julien Lepiller <address@hidden>
Date:   Thu Jun 8 19:11:52 2017 +0200

    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 1b55cd4..b6f64bc 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]