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


From: Arun Isaac
Subject: 01/01: gnu: php: Update to 7.1.4.
Date: Thu, 13 Apr 2017 14:35:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 83f9aa5e914d952c32db35681f6762f5d4225ed5
Author: Julien Lepiller <address@hidden>
Date:   Thu Apr 13 15:16:26 2017 +0200

    gnu: php: Update to 7.1.4.
    
    * gnu/packages/php.scm (php): Update to 7.1.4.
    
    Signed-off-by: Arun Isaac <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 071820e..a40568e 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -53,7 +53,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.1.3")
+    (version "7.1.4")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -61,7 +61,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1c0brdq5aqh4i127pq1g904dfb6klz2gbg9gjvykg3kp6hk7r274"))
+                "02rh1lcfj2hakyls73gwn6w00yblnfh4883w13gn7sgkmn346lbi"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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