gnu: php: Update to 7.1.9.

* gnu/packages/php.scm (php): Update to 7.1.9.
This commit is contained in:
Julien Lepiller 2017-09-01 14:15:09 +02:00
parent dcf7a8a660
commit 1cf306639c
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.1.8") (version "7.1.9")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -60,7 +60,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1aramb6dm57pr2iz61id9vzfy7h5qkb6bf7dxhrwnjk0723qahw9")) "130y50nawipd12nbs10661vzk8gvy7zsqcsxvj29mwaivm4a777c"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"