gnu: php: Update to 7.1.3.
authorJulien Lepiller <julien@lepiller.eu>
Fri, 17 Mar 2017 14:53:29 +0000 (15:53 +0100)
committerJulien Lepiller <julien@lepiller.eu>
Mon, 20 Mar 2017 22:09:22 +0000 (23:09 +0100)
* gnu/packages/php.scm (php): Update to 7.1.3.

gnu/packages/php.scm

index 0dfee36..071820e 100644 (file)
@@ -53,7 +53,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.1.2")
+    (version "7.1.3")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -61,7 +61,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0wg9ng230w724rpwsrhcg4pw41xm1xhz0zx76haanyymkz1s05fq"))
+                "1c0brdq5aqh4i127pq1g904dfb6klz2gbg9gjvykg3kp6hk7r274"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"