me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.1.10.

* gnu/packages/php.scm (php): Update to 7.1.10.
master
Julien Lepiller 2017-09-28 20:03:10 +02:00
parent dee9a2628c
commit 41a1ac1b22
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.9") (version "7.1.10")
(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
"130y50nawipd12nbs10661vzk8gvy7zsqcsxvj29mwaivm4a777c")) "02y52ml1svksx6fclg47vim2hnsva3531db7msrhpb9f39vzm3ib"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"