gnu: php: Update to 7.2.3.

* gnu/packages/php.scm (php): Update to 7.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-01 18:21:25 +01:00
parent a9c0a133c0
commit bb47da4a6a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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-module (gnu packages php)
(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 @@ (define-public php
name "-" version ".tar.xz"))
(sha256
(base32
"08l8zmp8wbavq6wlgx19irz59csb44jhbsr172bfsq36v8pzhv3c"))
"07v5bq5b97zdqwmig6sxqsdb50vdf04w6jzmjq5kqh9gaqdlzadk"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"