summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 05:26:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 16:09:40 +0200
commitd1c37def6e22fa4e171a96f97347220cf2ed5aa9 (patch)
tree3db8e21fbb079d5325b6b055461a82433df4e3c0 /gnu/packages/php.scm
parent5180360198113cd1217d06ea5834acdc6371df77 (diff)
downloadguix-patches-d1c37def6e22fa4e171a96f97347220cf2ed5aa9.tar
guix-patches-d1c37def6e22fa4e171a96f97347220cf2ed5aa9.tar.gz
gnu: php: Update to 7.4.9.
* gnu/packages/php.scm (php): Update to 7.4.9.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 7e6a646c0c..8297a6a315 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
- (version "7.4.8")
+ (version "7.4.9")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
- "0i9j0yykm6ww021iq89g83qjliq1mqiyhqdn3kq8lbkk1f4l6a34"))
+ "0yy5gms3yk24m6c5z4g0sqhcymzxqpmkh0fgrsyvxlcac153ywr3"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"