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 a0321563eb gnu: php: Update to 8.3.13.
a0321563eb is described below

commit a0321563eb6b56f39e3a6c8c14597ea38de5b25e
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Sep 29 11:41:10 2025 +0200

    gnu: php: Update to 8.3.13.
    
    * gnu/packages/php.scm (php): Update to 8.3.13.
    
    Change-Id: Ie803bffa03019f9a31c8cfa84d016d98be9baee6
---
 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 a34e13416e..115e4f3ea0 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@
 (define-public php
   (package
     (name "php")
-    (version "8.3.12")
+    (version "8.3.13")
     (home-page "https://www.php.net/";)
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p"))
+                "061hhx0f6m7q0jajxym72c9a4v4nqixk5mizwm7i42d2riwbkbc9"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"

Reply via email to