diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-10-24 20:37:20 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-10-24 20:38:01 +0200 |
commit | 571ed9fd2bb942b8130e65b0cfdf77af6b1ed208 (patch) | |
tree | ed00a2c3ceb58e108997eed7b8c75db5d37ee079 /gnu/packages | |
parent | 70a4fb6f983f05b5630cf8c7d85c3143b6d5523b (diff) | |
download | guix-571ed9fd2bb942b8130e65b0cfdf77af6b1ed208.tar.gz guix-571ed9fd2bb942b8130e65b0cfdf77af6b1ed208.zip |
gnu: php: Update to 7.3.11.
* gnu/packages/php.scm (php): Update to 7.3.11.
Diffstat (limited to 'gnu/packages')
-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 ca7f0ee892..b144a6b26a 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -58,7 +58,7 @@ (define-public php (package (name "php") - (version "7.3.8") + (version "7.3.11") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -66,7 +66,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "19fm990yl97fq538lkp0m1imbp30qrx7785x211w1n15wqm6n17n")) + "088hl1gyjr7a8ipdzylwy00c4xmvywn7mh2r1i4yja5c9d3gcz35")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |