gnu: php: Update to 7.1.6.

* gnu/packages/php.scm (php): Update to 7.1.6.
This commit is contained in:
Julien Lepiller 2017-06-08 19:11:52 +02:00
parent 28c9873800
commit 525da27c25
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -53,7 +53,7 @@ (define-module (gnu packages php)
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.1.5") (version "7.1.6")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -61,7 +61,7 @@ (define-public php
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi")) "0nr49gqhk4pv8kcdc60cl1mgwlinawpraq9ba15whzmb472lsn01"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"