* [bug#72081] [PATCH] gnu: php: Update to 8.3.9.
@ 2024-07-12 18:04 Wilko Meyer
2024-07-18 10:36 ` bug#72081: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-07-12 18:04 UTC (permalink / raw)
To: 72081; +Cc: Wilko Meyer
* gnu/packages/php.scm (php): Update to 8.3.9.
Change-Id: Icdd41fff7fd89dd0116988acb0f7aa28c2e77ebe
---
Hi Guix,
There's been another PHP update, so I updated the php package
accordingly.
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 e5e766f576..6f7e2c3fd9 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.8")
+ (version "8.3.9")
(home-page "https://www.php.net/")
(source (origin
(method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
"php-" version ".tar.xz"))
(sha256
(base32
- "1mxqbfp1jlrqc72wym798wyi6nckbc0cjl6kpg147yc6c6smi8xf"))
+ "0xvcmm2i9kkl2m0grw0nxhqa4hgrss5jg1c4z1j60d8als77nkdz"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72081: [PATCH] gnu: php: Update to 8.3.9.
2024-07-12 18:04 [bug#72081] [PATCH] gnu: php: Update to 8.3.9 Wilko Meyer
@ 2024-07-18 10:36 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-07-18 10:36 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 72081-done
[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]
Wilko Meyer <w@wmeyer.eu> writes:
> * gnu/packages/php.scm (php): Update to 8.3.9.
>
> Change-Id: Icdd41fff7fd89dd0116988acb0f7aa28c2e77ebe
> ---
> Hi Guix,
>
> There's been another PHP update, so I updated the php package
> accordingly.
>
> 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 e5e766f576..6f7e2c3fd9 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.8")
> + (version "8.3.9")
> (home-page "https://www.php.net/")
> (source (origin
> (method url-fetch)
> @@ -70,7 +70,7 @@ (define-public php
> "php-" version ".tar.xz"))
> (sha256
> (base32
> - "1mxqbfp1jlrqc72wym798wyi6nckbc0cjl6kpg147yc6c6smi8xf"))
> + "0xvcmm2i9kkl2m0grw0nxhqa4hgrss5jg1c4z1j60d8als77nkdz"))
> (modules '((guix build utils)))
> (snippet
> '(with-directory-excursion "ext"
>
> base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=557102d36c8a4b815431dc7b4cbe913744eeaeb3
[-- 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-07-18 10:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 18:04 [bug#72081] [PATCH] gnu: php: Update to 8.3.9 Wilko Meyer
2024-07-18 10:36 ` bug#72081: " Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).