diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-29 11:41:10 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-29 11:41:29 +0200 |
| commit | a0321563eb6b56f39e3a6c8c14597ea38de5b25e (patch) | |
| tree | c4be1e6d7a6db9b2b4aa4e2e581022ef55f99403 /gnu | |
| parent | adc443c39e49772f02dafb8d8888f7d31ddb279f (diff) | |
gnu: php: Update to 8.3.13.
* gnu/packages/php.scm (php): Update to 8.3.13.
Change-Id: Ie803bffa03019f9a31c8cfa84d016d98be9baee6
Diffstat (limited to 'gnu')
| -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 a34e13416ec..115e4f3ea0d 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -62,7 +62,7 @@ (define-public php (package (name "php") - (version "8.3.12") + (version "8.3.13") (home-page "https://www.php.net/") (source (origin (method url-fetch) @@ -70,7 +70,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "0cfi9g97lnmh3b3cn4a33dyzhgwyxicawkbz372whvz26f3f4x7p")) + "061hhx0f6m7q0jajxym72c9a4v4nqixk5mizwm7i42d2riwbkbc9")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |
