mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: php: Update to 7.4.1.
This fixes CVE-2019-1104[45679], CVE-2019-11050. * gnu/packages/php.scm (php): Update to 7.4.1.
This commit is contained in:
parent
be0a613c10
commit
441f20a0ee
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ (define-module (gnu packages php)
|
|||
(define-public php
|
||||
(package
|
||||
(name "php")
|
||||
(version "7.4.0")
|
||||
(version "7.4.1")
|
||||
(home-page "https://secure.php.net/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -67,7 +67,7 @@ (define-public php
|
|||
"php-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hpc425lzh3h3nzigi4w5ndzj1sz5ppj7gqykgmc2v2x1sr53dwv"))
|
||||
"0qn7zwf2jzj3h7p4b1l79lf9gv236mycwkhgw15hj2fmpmkbh6sn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "ext"
|
||||
|
|
Loading…
Reference in a new issue