GNU bug report logs -
#73517
[PATCH] gnu: php: Update to 8.3.12.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Fri, 27 Sep 2024 14:33:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 73517-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:
> * gnu/packages/php.scm (php): Update to 8.3.12.
>
> Change-Id: Ic9c60659e8dad0d00958475dc283259eb3de4072
> ---
> Hi Guix,
>
> Updated PHP to the latest version, which is 8.3.12. Builds
> successfully on my machine.
>
> 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 6c95653fcd..8b080b73e2 100644
> --- a/gnu/packages/php.scm
> +++ b/gnu/packages/php.scm
> @@ -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"
>
> base-commit: 8172b25ea22762b361b14600292c154a10579b47
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.