summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-10-28 14:19:15 +0200
committerJulien Lepiller <julien@lepiller.eu>2017-10-28 14:19:15 +0200
commitc54a8fdf9032dc5c37a4cefb33662095da836ab6 (patch)
tree86983209de34ed64908a6ec08c640c70f1831052 /gnu/packages/php.scm
parent90ab26fa26f0ec313d561048e3ebaf04d97f2b40 (diff)
downloadguix-patches-c54a8fdf9032dc5c37a4cefb33662095da836ab6.tar
guix-patches-c54a8fdf9032dc5c37a4cefb33662095da836ab6.tar.gz
gnu: Update php to 7.1.11.
* gnu/packages/php.scm (php): Update to 7.1.11.
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 1f3c7b556d..03e9d4bd94 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -52,7 +52,7 @@
(define-public php
(package
(name "php")
- (version "7.1.10")
+ (version "7.1.11")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -60,7 +60,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "02y52ml1svksx6fclg47vim2hnsva3531db7msrhpb9f39vzm3ib"))
+ "0gl9hk4888fjirrd4s73mdabhiqam0c45406a7fgw6njszlr6h07"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"