diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-29 19:57:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-29 19:57:57 +0200 |
commit | c022c1e5b23b9916264c3b4b8e13f623a14ddaaf (patch) | |
tree | d34ba6a7df52581cd2536ff15afaf02b21a356c4 | |
parent | 45235e67e4aeac96ad8d60265bef054990aeb425 (diff) | |
download | guix-c022c1e5b23b9916264c3b4b8e13f623a14ddaaf.tar.gz guix-c022c1e5b23b9916264c3b4b8e13f623a14ddaaf.zip |
gnu: php: Update to 7.4.22 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.22.
-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 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" |