1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2017-10-05 00:45:38 +02:00
commit 7716ccd59c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
95 changed files with 4374 additions and 752 deletions

View file

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