gnu: Update php to 7.1.11.
* gnu/packages/php.scm (php): Update to 7.1.11.
This commit is contained in:
parent
90ab26fa26
commit
c54a8fdf90
@ -52,7 +52,7 @@
|
|||||||
(define-public php
|
(define-public php
|
||||||
(package
|
(package
|
||||||
(name "php")
|
(name "php")
|
||||||
(version "7.1.10")
|
(version "7.1.11")
|
||||||
(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
|
||||||
"02y52ml1svksx6fclg47vim2hnsva3531db7msrhpb9f39vzm3ib"))
|
"0gl9hk4888fjirrd4s73mdabhiqam0c45406a7fgw6njszlr6h07"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "ext"
|
'(with-directory-excursion "ext"
|
||||||
|
Loading…
Reference in New Issue
Block a user