From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 2/5] gnu: python2-pyicu: Update to 1.9.2. Date: Thu, 3 Mar 2016 17:11:53 -0500 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbTZ-0003J3-AH for guix-devel@gnu.org; Thu, 03 Mar 2016 17:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abbTW-0002sN-9X for guix-devel@gnu.org; Thu, 03 Mar 2016 17:12:05 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbTW-0002sD-6x for guix-devel@gnu.org; Thu, 03 Mar 2016 17:12:02 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A46368022D for ; Thu, 3 Mar 2016 17:12:01 -0500 (EST) In-Reply-To: In-Reply-To: References: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/python.scm (python2-pyicu): Update to 1.9.2. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1a2c88a..f168d15 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1136,7 +1136,7 @@ Python 3.3+.") (define-public python2-pyicu (package (name "python2-pyicu") - (version "1.8") + (version "1.9.2") (source (origin (method url-fetch) @@ -1144,7 +1144,7 @@ Python 3.3+.") version ".tar.gz")) (sha256 (base32 - "1y361x82lnh9k9srmdx3q92z5iag112z7r5fxm0n1sfwb349yjdw")))) + "1diba0g8md614fvm9yf50paiwdkhj6rd7xwf1rg9mc0pxc0hhn4v")))) (build-system python-build-system) (inputs `(("icu4c" ,icu4c))) -- 2.6.3