mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: php: Update to 7.4.3.
* gnu/packages/php.scm (php): Update to 7.4.3. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
00500449b0
commit
2940b3e16c
1 changed files with 5 additions and 2 deletions
|
@ -59,7 +59,7 @@ (define-module (gnu packages php)
|
|||
(define-public php
|
||||
(package
|
||||
(name "php")
|
||||
(version "7.4.1")
|
||||
(version "7.4.3")
|
||||
(home-page "https://secure.php.net/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -67,7 +67,7 @@ (define-public php
|
|||
"php-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qn7zwf2jzj3h7p4b1l79lf9gv236mycwkhgw15hj2fmpmkbh6sn"))
|
||||
"0alqqs5hn4jmz1adrbysbw92n55nkw6f9vfivqj829kwhxnqa7yg"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "ext"
|
||||
|
@ -237,6 +237,9 @@ (define-public php
|
|||
;; complete. It's a warning in both cases and test
|
||||
;; result is the same.
|
||||
"ext/gd/tests/bug77973.phpt"
|
||||
;; New test failures added with 7.4.3
|
||||
"ext/gd/tests/bug79067.phpt"
|
||||
"ext/gd/tests/bug79068.phpt"
|
||||
|
||||
;; XXX: These iconv tests have the expected outcome,
|
||||
;; but with different error messages.
|
||||
|
|
Loading…
Reference in a new issue