This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c2ca6b7947 gnu: php: Update to 8.3.29.
c2ca6b7947 is described below

commit c2ca6b794769025f719a69f2e9da76cf5d5cb906
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Dec 31 12:37:26 2025 +0100

    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 <[email protected]>
---
 gnu/packages/php.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 8960238cbb..e96519f69d 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -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"

Reply via email to