From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: [PATCH] Update php to 7.0.14 Date: Thu, 8 Dec 2016 21:49:32 +0100 Message-ID: <20161208213303.22037fae@lepiller.eu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/.6m_x_CYvTP4gd4A7uVYxpi" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF5de-00068Q-3u for guix-devel@gnu.org; Thu, 08 Dec 2016 15:49:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF5da-0003Uf-Vs for guix-devel@gnu.org; Thu, 08 Dec 2016 15:49:58 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:51119 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cF5da-0003Sk-F9 for guix-devel@gnu.org; Thu, 08 Dec 2016 15:49:54 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id 786CC7FD48 for ; Thu, 8 Dec 2016 21:49:48 +0100 (CET) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eYFV3swFQSle for ; Thu, 8 Dec 2016 21:49:45 +0100 (CET) Received: from localhost (128-79-116-134.hfc.dyn.abo.bbox.fr [128.79.116.134]) by skaro.lepiller.eu (Postfix) with ESMTPSA id 8C3C77FCE8 for ; Thu, 8 Dec 2016 21:49:44 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --MP_/.6m_x_CYvTP4gd4A7uVYxpi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, here is the new version of php. --MP_/.6m_x_CYvTP4gd4A7uVYxpi Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-php-Update-to-7.0.14.patch >From 666341c08cbf871be73d716be7ae3e053b5b110d Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 8 Dec 2016 20:25:15 +0100 Subject: [PATCH] gnu: php: Update to 7.0.14. * gnu/packages/php.scm (php): Update to 7.0.14. --- gnu/packages/php.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 9ccbede87..a84ff43d7 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -64,7 +64,7 @@ (define-public php (package (name "php") - (version "7.0.13") + (version "7.0.14") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -72,7 +72,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "1gzihbpcp51jc587gs1ryn59hsnr7vf5427dmcvdimvm77wsfyrm")) + "12ccgbrfchgvmcfb88rcknq7xmrf19c5ysdr4v8jxk51j9izy78g")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" -- 2.11.0 --MP_/.6m_x_CYvTP4gd4A7uVYxpi--