gnu: php: Update to 8.3.29.

* gnu/packages/php.scm (php): Update to 8.3.29.

Change-Id: Ie2a7c96338eb7aae3bf8ddf617329e2a4b5fa4c7
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA 2025-12-31 12:37:26 +01:00 committed by Andreas Enge
parent ae77366df7
commit c2ca6b7947
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -65,14 +65,14 @@
(define-public php
(package
(name "php")
(version "8.3.28")
(version "8.3.29")
(home-page "https://www.php.net/")
(source
(origin
(method url-fetch)
(uri (string-append home-page "distributions/" "php-" version ".tar.xz"))
(sha256
(base32 "09i368m6mlq364z6rfb6nvvk2ncmwbwhn74989i3i2hr607qdqr5"))
(base32 "1xbs0xwcm93j2v5pbl8lf54xvldsv7s246wzvvsphnmi6jh0r5gp"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"