me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 8.3.10.

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

Change-Id: I75e5ee0afda02f7978f8aeeeb10deb4fa2510409
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Wilko Meyer 2024-08-04 01:15:28 +02:00 committed by Zheng Junjie
parent e4354a01ee
commit adfb0be57f
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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