me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.1.3.

* gnu/packages/php.scm (php): Update to 7.1.3.
master
Julien Lepiller 2017-03-17 15:53:29 +01:00
parent bd0c62315b
commit 4140b86bea
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
(define-public php
(package
(name "php")
(version "7.1.2")
(version "7.1.3")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -61,7 +61,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
"0wg9ng230w724rpwsrhcg4pw41xm1xhz0zx76haanyymkz1s05fq"))
"1c0brdq5aqh4i127pq1g904dfb6klz2gbg9gjvykg3kp6hk7r274"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"