~ruther/guix-local

bb47da4a6ad012eb32a3792a9bf7337996f1c41e — Tobias Geerinckx-Rice 8 years ago a9c0a13
gnu: php: Update to 7.2.3.

* gnu/packages/php.scm (php): Update to 7.2.3.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/php.scm
M gnu/packages/php.scm => gnu/packages/php.scm +3 -2
@@ 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"