1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 18:11:51 +02:00

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>
This commit is contained in:
Wilko Meyer
2026-02-13 12:29:09 +01:00
committed by Andreas Enge
parent b259dbbae5
commit 0ab736f9fd
+2 -2
View File
@@ -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"