This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new e52e2bfdcf gnu: php: Update to 8.5.2.
e52e2bfdcf is described below
commit e52e2bfdcf038d35b2aa9faedd3d4f095cbe1618
Author: Wilko Meyer <[email protected]>
AuthorDate: Tue Jan 20 11:50:17 2026 +0100
gnu: php: Update to 8.5.2.
* gnu/packages/php.scm (php): Update to 8.5.2.
Change-Id: I10acb40b410a0e6cbeadb479a4bf318e8460a2c5
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 e96519f69d..1beb460c00 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -65,14 +65,14 @@
(define-public php
(package
(name "php")
- (version "8.3.29")
+ (version "8.5.2")
(home-page "https://www.php.net/")
(source
(origin
(method url-fetch)
(uri (string-append home-page "distributions/" "php-" version
".tar.xz"))
(sha256
- (base32 "1xbs0xwcm93j2v5pbl8lf54xvldsv7s246wzvvsphnmi6jh0r5gp"))
+ (base32 "1wc12f5s2cxgys59qxkm6hxl8yx48bpmhj6n1lwzf1i81aqajxfb"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"