diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-10-30 23:16:14 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-17 18:01:39 +0100 |
| commit | b989e2867263db9d3574a08700e238ed82020190 (patch) | |
| tree | 662eae1b680589ef9fd65450431e5871c6ee9e51 /gnu/packages/php.scm | |
| parent | 0f318edda7ff9034641e162701338a8ba29b21c9 (diff) | |
gnu: php: Update to 8.3.27.
* gnu/packages/php.scm (php): Update to 8.3.27.
Change-Id: I640944f25dbb792a8b2115997a5c7f10d1495cea
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/php.scm')
| -rw-r--r-- | gnu/packages/php.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index d7456e5e5aa..53f74a6b8df 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020, 2025 Maxim Cournoyer <maxim@guixotic.coop> ;;; Copyright © 2021, 2023 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2023 Timo Wilken <guix@twilken.net> +;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -64,14 +65,14 @@ (define-public php (package (name "php") - (version "8.3.26") + (version "8.3.27") (home-page "https://www.php.net/") (source (origin (method url-fetch) (uri (string-append home-page "distributions/" "php-" version ".tar.xz")) (sha256 - (base32 "1lnbcc3b9k1j4c85a7sabvwp3iyl9xfg41qdc6a0qh1cl3pjwlig")) + (base32 "1fj1xq6dv2c4rhjcqjpk1j1cd9acxh9dgxzyxi272hwrs6lhjnn1")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |
