gnu: php: Update to 7.4.6.

* gnu/packages/php.scm (php): Update to 7.4.6.
This commit is contained in:
Julien Lepiller 2020-05-14 23:24:57 +02:00
parent 93c188d4c4
commit 9a9799ffa8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -60,7 +60,7 @@ (define-module (gnu packages php)
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.4.5") (version "7.4.6")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -68,7 +68,7 @@ (define-public php
"php-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0b1wybhqjlnc94qzixhycg9i0w39fqlhm80mvbmd5i5xamzzsnfh")) "0ck8s3zlqnkswwmz3p1bgma7ddjsx9j9sdlz5di1jc7nhhpk4h6p"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"