all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72455] [PATCH] gnu: php: Update to 8.3.10.
@ 2024-08-03 23:15 Wilko Meyer
  2024-08-05 16:04 ` bug#72455: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-08-03 23:15 UTC (permalink / raw)
  To: 72455; +Cc: Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72455: [PATCH] gnu: php: Update to 8.3.10.
  2024-08-03 23:15 [bug#72455] [PATCH] gnu: php: Update to 8.3.10 Wilko Meyer
@ 2024-08-05 16:04 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-08-05 16:04 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72455-done

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

Wilko Meyer <w@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 23:15 [bug#72455] [PATCH] gnu: php: Update to 8.3.10 Wilko Meyer
2024-08-05 16:04 ` bug#72455: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.