gnu: php: Update to 8.3.12.

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

Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Wilko Meyer 2024-09-27 16:00:56 +02:00 committed by Zheng Junjie
parent 6fb05e77e7
commit 26e940036f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -62,7 +62,7 @@ (define-module (gnu packages php)
(define-public php
(package
(name "php")
(version "8.3.10")
(version "8.3.12")
(home-page "https://www.php.net/")
(source (origin
(method url-fetch)
@ -70,7 +70,7 @@ (define-public php
"php-" version ".tar.xz"))
(sha256
(base32
"13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
"0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"