diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 18:21:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 22:21:01 +0100 |
commit | bb47da4a6ad012eb32a3792a9bf7337996f1c41e (patch) | |
tree | aba04d7328ddfb358d7d32dca51778e049ea4870 /gnu/packages/php.scm | |
parent | a9c0a133c045f82e1084e7485c6cc65ace131fa3 (diff) | |
download | patches-bb47da4a6ad012eb32a3792a9bf7337996f1c41e.tar patches-bb47da4a6ad012eb32a3792a9bf7337996f1c41e.tar.gz |
gnu: php: Update to 7.2.3.
* gnu/packages/php.scm (php): Update to 7.2.3.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index b9a5eb4bf2..1ed3dc7ce0 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,7 +53,7 @@ (define-public php (package (name "php") - (version "7.2.1") + (version "7.2.3") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -60,7 +61,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "08l8zmp8wbavq6wlgx19irz59csb44jhbsr172bfsq36v8pzhv3c")) + "07v5bq5b97zdqwmig6sxqsdb50vdf04w6jzmjq5kqh9gaqdlzadk")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" |