1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA
2025-11-20 15:35:44 +01:00
committed by Andreas Enge
parent bc2c62fda7
commit a7dc70c1a0

View File

@@ -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"