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>
master
Julien Lepiller 2017-04-13 15:16:26 +02:00 committed by Arun Isaac
parent b9d38ad1bc
commit 83f9aa5e91
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -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"