diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-04 10:57:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-04 11:01:04 +0200 |
commit | eb3328004ebf69d258b1afc46b5cab010c1a4a26 (patch) | |
tree | c52686fb48c27f8a0a792d08d496c06640ad4008 /gnu | |
parent | 0c7f478e83c0218e4c3d78aa3b5c0cdc9a604741 (diff) |
gnu: php: Update to 7.4.10.
* gnu/packages/php.scm (php): Update to 7.4.10.
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 8297a6a315..18fc9f1b2c 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.9") + (version "7.4.10") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "0yy5gms3yk24m6c5z4g0sqhcymzxqpmkh0fgrsyvxlcac153ywr3")) + "045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |