[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: php: Update to 7.2.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
10/12: gnu: php: Update to 7.2.3. |
Date: |
Thu, 1 Mar 2018 16:21:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit bb47da4a6ad012eb32a3792a9bf7337996f1c41e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Mar 1 18:21:25 2018 +0100
gnu: php: Update to 7.2.3.
* gnu/packages/php.scm (php): Update to 7.2.3.
---
gnu/packages/php.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index b9a5eb4..1ed3dc7 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 <address@hidden>
;;; Copyright © 2016 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; 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"
- 01/12: gnu: dbacl: Update phase style., (continued)
- 01/12: gnu: dbacl: Update phase style., Tobias Geerinckx-Rice, 2018/03/01
- 03/12: gnu: libftdi: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/01
- 07/12: gnu: privoxy: Update phase style., Tobias Geerinckx-Rice, 2018/03/01
- 09/12: gnu: python-stem: Update to 1.6.0., Tobias Geerinckx-Rice, 2018/03/01
- 02/12: gnu: dbacl: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/01
- 04/12: gnu: nagios: Update to 4.3.4., Tobias Geerinckx-Rice, 2018/03/01
- 06/12: gnu: python-stem: Update phase style., Tobias Geerinckx-Rice, 2018/03/01
- 05/12: gnu: liblo: Update to 0.29., Tobias Geerinckx-Rice, 2018/03/01
- 08/12: gnu: onionshare: Update phase style., Tobias Geerinckx-Rice, 2018/03/01
- 11/12: gnu: sdcc: Update to 3.7.0., Tobias Geerinckx-Rice, 2018/03/01
- 10/12: gnu: php: Update to 7.2.3.,
Tobias Geerinckx-Rice <=
- 12/12: gnu: sdcc: Fix typo in description., Tobias Geerinckx-Rice, 2018/03/01