This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a7dc70c1a0 gnu: php: Update to 8.3.28.
a7dc70c1a0 is described below
commit a7dc70c1a08e62d52bec4fe2febbd056aa41c72e
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Nov 20 15:35:44 2025 +0100
gnu: php: Update to 8.3.28.
* gnu/packages/php.scm (php): Update to 8.3.28.
Change-Id: I2487ed83635f03a53b57f2e4d3ac831930f34cb6
Signed-off-by: Andreas Enge <[email protected]>
---
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 53f74a6b8d..8960238cbb 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -65,14 +65,14 @@
(define-public php
(package
(name "php")
- (version "8.3.27")
+ (version "8.3.28")
(home-page "https://www.php.net/")
(source
(origin
(method url-fetch)
(uri (string-append home-page "distributions/" "php-" version
".tar.xz"))
(sha256
- (base32 "1fj1xq6dv2c4rhjcqjpk1j1cd9acxh9dgxzyxi272hwrs6lhjnn1"))
+ (base32 "09i368m6mlq364z6rfb6nvvk2ncmwbwhn74989i3i2hr607qdqr5"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"