1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

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
+2 -2
View File
@@ -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"