summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-09-01 14:15:09 +0200
committerJulien Lepiller <julien@lepiller.eu>2017-09-01 14:17:46 +0200
commit1cf306639ce85b59446e9a9b5a1ee344754680a6 (patch)
treed70d0fdfd92b88a5cc7b3edf9589630d1ad6083a /gnu/packages/php.scm
parentdcf7a8a660554eb952e6412637e26bb523af03e8 (diff)
downloadguix-patches-1cf306639ce85b59446e9a9b5a1ee344754680a6.tar
guix-patches-1cf306639ce85b59446e9a9b5a1ee344754680a6.tar.gz
gnu: php: Update to 7.1.9.
* gnu/packages/php.scm (php): Update to 7.1.9.
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 44fa78d624..bcf1d00829 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -52,7 +52,7 @@
(define-public php
(package
(name "php")
- (version "7.1.8")
+ (version "7.1.9")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -60,7 +60,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1aramb6dm57pr2iz61id9vzfy7h5qkb6bf7dxhrwnjk0723qahw9"))
+ "130y50nawipd12nbs10661vzk8gvy7zsqcsxvj29mwaivm4a777c"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"