mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
6fb05e77e7
commit
26e940036f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue