diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-23 16:30:29 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-23 18:37:57 +0200 |
commit | 8f2be58833d6229576719e1c3578919ec873807e (patch) | |
tree | 3461f24413bffa518f2fbc4ab4cfb54f99da41d6 /gnu/packages/php.scm | |
parent | 3d446d85ce672ed7d9e5d138ad68a1b8fcf3aa24 (diff) | |
download | guix-8f2be58833d6229576719e1c3578919ec873807e.tar.gz |
gnu: PHP: Update to 7.4.30.
* gnu/packages/php.scm (php): Update to 7.4.30. [source](patches): Remove obsolete patch. * gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 191dcafb4a..22cf674218 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -61,7 +61,7 @@ (define-public php (package (name "php") - (version "7.4.26") + (version "7.4.30") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -69,10 +69,8 @@ "php-" version ".tar.xz")) (sha256 (base32 - "1y0f1xgfi8cks6npdhrycg8r9g3q0pikqgf5h4xafpy8znmb61g3")) - (patches - (search-patches "php-bug-74093-test.patch" - "php-openssl_x509_checkpurpose_basic.patch")) + "03d7icwys4ikl45q3rgsxv1m3i7kfxhykpx75nn7jzn6697s6wpa")) + (patches (search-patches "php-bug-74093-test.patch")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |