diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 03:53:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 04:22:51 +0100 |
commit | 824a9f1060111d9ab2317b1453360e39eda8201a (patch) | |
tree | e5da1fba7023e329630b2a814d0486d0b3a5b164 /gnu/packages/php.scm | |
parent | 884714c030b33c7579d55a18c12cb42a0a514bab (diff) |
gnu: php: Update to 7.4.13.
* gnu/packages/php.scm (php): Update to 7.4.13.
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 7abe561e0e..5a56b59548 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.12") + (version "7.4.13") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "0xkbx7ykjlkv8p1an342am4j0d633dbf5x1ggmmmy985mp72nbg8")) + "1x402vsg3zq8mbar2fwln85vmvdvmrxm8q4ma8333hms78z31bdf")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |