gnu: Update php to 7.2.4.

* gnu/packages/php.scm (php): Update to 7.2.4.
This commit is contained in:
Julien Lepiller 2018-03-30 23:21:56 +02:00
parent 4bd8a9d8e2
commit a7baa201cb
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -62,7 +62,7 @@ (define gd-for-php
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.2.3") (version "7.2.4")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -70,7 +70,7 @@ (define-public php
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"07v5bq5b97zdqwmig6sxqsdb50vdf04w6jzmjq5kqh9gaqdlzadk")) "123s0lbyz4fxr3kk91r4v658mk899dym36lggxnx9pwd2jyv25kr"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"