diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-13 12:28:52 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 17:06:23 +0100 |
| commit | b259dbbae51518b4f493a4dbedc43c135231fdd8 (patch) | |
| tree | 9e5b806fd549a15c3109089abe07e1278b76f27c /gnu/packages | |
| parent | 82cfab1bd1f432603a3d38ae43cdb392d84860d0 (diff) | |
gnu: php-8.5: Update to 8.5.3.
* gnu/packages/php.scm (php-8.5): Update to 8.5.3.
Change-Id: I391aa06da7661b0bda22ef4bd76598358a9a0127
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -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 6f290944f51..76811b0d2db 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -68,14 +68,14 @@ (define-public php-8.5 (package (name "php") - (version "8.5.2") + (version "8.5.3") (home-page "https://www.php.net/") (source (origin (method url-fetch) (uri (string-append home-page "distributions/" "php-" version ".tar.xz")) (sha256 - (base32 "1wc12f5s2cxgys59qxkm6hxl8yx48bpmhj6n1lwzf1i81aqajxfb")) + (base32 "1fbfqc9bggxj73g8drzxmkr122q4hwad4ik0kav5cwzhi9dp4rff")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |
