summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-06-08 19:11:52 +0200
committerJulien Lepiller <julien@lepiller.eu>2017-06-08 23:16:28 +0200
commit525da27c25bf16dfcb08472dec546e3ed4cebc65 (patch)
tree11a66f7dd0bd141401d9805cfed9a9ed92512371 /gnu/packages/php.scm
parent28c98738009e522c48fc484033a0009ab7cea99d (diff)
gnu: php: Update to 7.1.6.
* gnu/packages/php.scm (php): Update to 7.1.6.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm4
1 files 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 @@
53(define-public php 53(define-public php
54 (package 54 (package
55 (name "php") 55 (name "php")
56 (version "7.1.5") 56 (version "7.1.6")
57 (home-page "https://secure.php.net/") 57 (home-page "https://secure.php.net/")
58 (source (origin 58 (source (origin
59 (method url-fetch) 59 (method url-fetch)
@@ -61,7 +61,7 @@
61 name "-" version ".tar.xz")) 61 name "-" version ".tar.xz"))
62 (sha256 62 (sha256
63 (base32 63 (base32
64 "1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi")) 64 "0nr49gqhk4pv8kcdc60cl1mgwlinawpraq9ba15whzmb472lsn01"))
65 (modules '((guix build utils))) 65 (modules '((guix build utils)))
66 (snippet 66 (snippet
67 '(with-directory-excursion "ext" 67 '(with-directory-excursion "ext"