This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c022c1e gnu: php: Update to 7.4.22 [security fixes].
c022c1e is described below
commit c022c1e5b23b9916264c3b4b8e13f623a14ddaaf
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 29 19:57:00 2021 +0200
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(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index b40762a..89fa978 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"