From c022c1e5b23b9916264c3b4b8e13f623a14ddaaf Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 29 Jul 2021 19:57:00 +0200 Subject: gnu: php: Update to 7.4.22 [security fixes]. * gnu/packages/php.scm (php): Update to 7.4.22. --- gnu/packages/php.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index b40762a1a1..89fa978bd2 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.21") + (version "7.4.22") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "141awf9fjg8ps1b1dv0j1xqvkax4p8cjc0i2zz11n906g153hhyg")) + "1s5xjy1cchlg0vfxic73wy2wip8spfjr094hzzyc76plsbbqq1wf")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" -- cgit v1.2.3