GNU bug report logs -
#72455
[PATCH] gnu: php: Update to 8.3.10.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sat, 3 Aug 2024 23:18:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 06 Aug 2024 00:04:04 +0800
with message-id <87ed73t0qz.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72455] [PATCH] gnu: php: Update to 8.3.10.
has caused the debbugs.gnu.org bug report #72455,
regarding [PATCH] gnu: php: Update to 8.3.10.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72455: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72455
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/php.scm (php): Update to 8.3.10.
Change-Id: I75e5ee0afda02f7978f8aeeeb10deb4fa2510409
---
Hi Guix,
There's been a recent bug fix release for PHP 8.3.
Cheers!
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 6f7e2c3fd9..8f879dbdca 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.9")
+ (version "8.3.10")
(home-page "https://www.php.net/")
(source (origin
(method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
"php-" version ".tar.xz"))
(sha256
(base32
- "0xvcmm2i9kkl2m0grw0nxhqa4hgrss5jg1c4z1j60d8als77nkdz"))
+ "13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
--
2.45.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:
> * gnu/packages/php.scm (php): Update to 8.3.10.
>
> Change-Id: I75e5ee0afda02f7978f8aeeeb10deb4fa2510409
> ---
> Hi Guix,
>
> There's been a recent bug fix release for PHP 8.3.
>
> Cheers!
>
> 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 6f7e2c3fd9..8f879dbdca 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.9")
> + (version "8.3.10")
> (home-page "https://www.php.net/")
> (source (origin
> (method url-fetch)
> @@ -70,7 +70,7 @@ (define-public php
> "php-" version ".tar.xz"))
> (sha256
> (base32
> - "0xvcmm2i9kkl2m0grw0nxhqa4hgrss5jg1c4z1j60d8als77nkdz"))
> + "13cpl7983wss2462cr75kzcs7349ix1c7jqj39iyf7wk02figwm0"))
> (modules '((guix build utils)))
> (snippet
> '(with-directory-excursion "ext"
>
> base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.