summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-01-20 11:50:17 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:50 +0100
commita2607004057207dd26dbbc4c32b76715cfd2290d (patch)
treefcaba0e104ea1941aad11b141cd2851168a0db26 /gnu/packages
parent8feb7cfa72920353e49bf038599197cd1dfc1764 (diff)
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 <andreas@enge.fr> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/php.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index e96519f69d5..1beb460c004 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"