diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-04-19 22:57:16 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-04-19 22:57:16 +0200 |
commit | 4313e6ec552a83082410a7f32660b84f7fc19554 (patch) | |
tree | 81956e9f376b1df570925348c6b775198f3b5bc3 | |
parent | 58d5b8b44b37b1f9df279ed02a3c11f580caa634 (diff) | |
download | patches-4313e6ec552a83082410a7f32660b84f7fc19554.tar patches-4313e6ec552a83082410a7f32660b84f7fc19554.tar.gz |
gnu: php: Update to 7.4.5.
* gnu/packages/php.scm (php): Update to 7.4.5.
-rw-r--r-- | gnu/packages/php.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 77063b9afc..438e9fca83 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016 Julien Lepiller <julien@lepiller.eu> +;;; Copyright © 2016-2020 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> @@ -59,7 +59,7 @@ (define-public php (package (name "php") - (version "7.4.4") + (version "7.4.5") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -67,7 +67,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "0k57zj1z8kf8403rd72wymj08bswpa5ikcpzviw9mpykzp7c8wqq")) + "0b1wybhqjlnc94qzixhycg9i0w39fqlhm80mvbmd5i5xamzzsnfh")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |