diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 23:24:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 23:24:29 +0200 |
commit | 7ed0eeb0113f4fe7c56ca649c05b08df8ecd66fb (patch) | |
tree | 6d83e765f5b997ff790bf2d56045d6928700cd2e /gnu/packages/php.scm | |
parent | bc332f07173a277cdad17b30021dad0299a858f3 (diff) |
gnu: php: Update to 7.4.8.
* gnu/packages/php.scm (php): Update to 7.4.8.
Diffstat (limited to 'gnu/packages/php.scm')
-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 6d9f46e960..7e6a646c0c 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.7") + (version "7.4.8") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "1brgnp11vpy1619cx0cncih02rg2k20wllm21vxbd2nd4j7qymak")) + "0i9j0yykm6ww021iq89g83qjliq1mqiyhqdn3kq8lbkk1f4l6a34")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |