GNU bug report logs - #73517
[PATCH] gnu: php: Update to 8.3.12.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73517: closed ([PATCH] gnu: php: Update to 8.3.12.)
Date: Sun, 29 Sep 2024 16:42:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Sep 2024 00:40:30 +0800
with message-id <87y13a76rl.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73517] [PATCH] gnu: php: Update to 8.3.12.
has caused the debbugs.gnu.org bug report #73517,
regarding [PATCH] gnu: php: Update to 8.3.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73517: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73517
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: php: Update to 8.3.12.
Date: Fri, 27 Sep 2024 16:00:56 +0200
* 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
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 73517-done <at> debbugs.gnu.org
Subject: Re: [bug#73517] [PATCH] gnu: php: Update to 8.3.12.
Date: Mon, 30 Sep 2024 00:40:30 +0800
[Message part 4 (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 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.