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.0.14.


From: Marius Bakke
Subject: 01/01: gnu: php: Update to 7.0.14.
Date: Fri, 9 Dec 2016 08:59:13 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit b1a3c533f3e9c926c911cb7b3f4cbde7558d291c
Author: Julien Lepiller <address@hidden>
Date:   Thu Dec 8 20:25:15 2016 +0100

    gnu: php: Update to 7.0.14.
    
    * gnu/packages/php.scm (php): Update to 7.0.14.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 9ccbede..a84ff43 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -64,7 +64,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.0.13")
+    (version "7.0.14")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -72,7 +72,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1gzihbpcp51jc587gs1ryn59hsnr7vf5427dmcvdimvm77wsfyrm"))
+                "12ccgbrfchgvmcfb88rcknq7xmrf19c5ysdr4v8jxk51j9izy78g"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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