diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-03 18:23:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-03 18:23:39 +0200 |
commit | 0e8d650c4f578a27b30891751780b75239ffd3f8 (patch) | |
tree | b2501e8dd0a15321e63a99de3e2d5d0bb163b0aa /gnu | |
parent | 240cd1a099b3619e8fca7958cb6fc76bd5f250e4 (diff) |
gnu: php: Update to 7.4.20.
* gnu/packages/php.scm (php): Update to 7.4.20.
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 5e5b1c72d2..71e4f5ca5e 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.19") + (version "7.4.20") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "1ck72j56a4xw2s8hirgblfh74g5nkf4xwllp9mlwn72198n1f5vc")) + "0db3nqfbfqfd8fkvrw1k8l6698qcbzv1v5j8rgr0ny0dg6k6r90z")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |