guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d6f60297ecfae67b171c63397b7f2eae8492268e
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Aug 19 10:27:10 2026 +0000

    gnu: php-8.4: Update to 8.4.24.
    
    * gnu/packages/php.scm (php-8.5): Update to 8.4.24.
    [source]<patches>: Remove extra patches.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/php.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index ecedae6625..e4faf8814f 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -399,17 +399,15 @@ systems, web content management systems and web 
frameworks.")
   (package
     (inherit php-8.5)
     (home-page "https://www.php.net/";)
-    (version "8.4.20")
+    (version "8.4.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append home-page "distributions/" "php-" version 
".tar.xz"))
        (sha256
-        (base32 "1xr1w82apzsscrsndnphlgqvbj78g0smrp06pcgg8hlsr3vwcm74"))
+        (base32 "0c87q01ll6q1w1f23v448iqi1lh09dhqm9ygqlkl6vshm04vw9z1"))
        (patches
-        (search-patches "php-01-fix-expired-certificate.patch"
-                        "php-02-fix-sni-tests.patch"
-                        "php-03-fix-ftp-certificate.patch"))
+        (search-patches "php-03-fix-ftp-certificate.patch"))
        (modules '((guix build utils)))
        (snippet
         '(with-directory-excursion "ext"

Reply via email to