diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-13 12:29:09 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 17:06:23 +0100 |
| commit | 0ab736f9fda5d9812b3a7930b819c2f5451444a4 (patch) | |
| tree | 710c84b925875f54ab0c2ec1af9ec0a59f6ca69e /gnu/packages/php.scm | |
| parent | b259dbbae51518b4f493a4dbedc43c135231fdd8 (diff) | |
gnu: php-8.4: Update to 8.4.18.
* gnu/packages/php.scm (php-8.4): Update to 8.4.18.
Change-Id: I84bfc132f276444452c005652db5126ea7bd98f2
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 76811b0d2db..7f201ca0636 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -392,13 +392,13 @@ systems, web content management systems and web frameworks.") (package (inherit php-8.5) (home-page "https://www.php.net/") - (version "8.4.17") + (version "8.4.18") (source (origin (method url-fetch) (uri (string-append home-page "distributions/" "php-" version ".tar.xz")) (sha256 - (base32 "1yhbigrhy9k7cnbzbrfjr6dxhs8ixf1i5mi1x755hq988zik9ci8")) + (base32 "0401yjrchg6dnq8qdd86qanzmzrv6dscm2671kp6bsd8nhcrnylm")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |
