diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-11-20 15:35:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-20 21:21:40 +0100 |
| commit | a7dc70c1a08e62d52bec4fe2febbd056aa41c72e (patch) | |
| tree | 48480b556588f0cf1012ff689632488c57606a1c /gnu/packages/php.scm | |
| parent | bc2c62fda739927132fb9b5fbd9193abb3f0815a (diff) | |
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>
Diffstat (limited to 'gnu/packages/php.scm')
| -rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 53f74a6b8df..8960238cbb7 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" |
