mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: php: Update to 8.3.29.
* gnu/packages/php.scm (php): Update to 8.3.29. Change-Id: Ie2a7c96338eb7aae3bf8ddf617329e2a4b5fa4c7 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ae77366df7
commit
c2ca6b7947
1 changed files with 2 additions and 2 deletions
|
|
@ -65,14 +65,14 @@
|
|||
(define-public php
|
||||
(package
|
||||
(name "php")
|
||||
(version "8.3.28")
|
||||
(version "8.3.29")
|
||||
(home-page "https://www.php.net/")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "distributions/" "php-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "09i368m6mlq364z6rfb6nvvk2ncmwbwhn74989i3i2hr607qdqr5"))
|
||||
(base32 "1xbs0xwcm93j2v5pbl8lf54xvldsv7s246wzvvsphnmi6jh0r5gp"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "ext"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue