aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-04-13 15:16:26 +0200
committerArun Isaac <arunisaac@systemreboot.net>2017-04-13 23:18:08 +0530
commit83f9aa5e914d952c32db35681f6762f5d4225ed5 (patch)
tree5d87e6e4f59151ae87c08c5227e68890260d8385 /gnu/packages/php.scm
parentb9d38ad1bc29222b6b0ed8711b6cab6492e8de78 (diff)
downloadguix-83f9aa5e914d952c32db35681f6762f5d4225ed5.tar
guix-83f9aa5e914d952c32db35681f6762f5d4225ed5.tar.gz
gnu: php: Update to 7.1.4.
* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
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 071820ecb3..a40568eacc 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"