From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 2/4] gnu: python-botocore: Update to 1.4.62. Date: Sat, 15 Oct 2016 21:54:59 -0400 Message-ID: <516e59b5b1e256803c09e76197448cb2438be469.1476582893.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvafb-0002bj-Bj for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvafY-0000we-Ci for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:23 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvafY-0000vw-89 for guix-devel@gnu.org; Sat, 15 Oct 2016 21:55:20 -0400 Received: from localhost.localdomain (74-94-60-115-philadelphia.hfc.comcastbusiness.net [74.94.60.115]) by mail.messagingengine.com (Postfix) with ESMTPA id 37974CC0BD for ; Sat, 15 Oct 2016 21:55:19 -0400 (EDT) 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" To: guix-devel@gnu.org * gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62. --- 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 485aba9..6a81455 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7879,14 +7879,14 @@ document.") (define-public python-botocore (package (name "python-botocore") - (version "1.3.17") + (version "1.4.62") (source (origin (method url-fetch) (uri (pypi-uri "botocore" version)) (sha256 (base32 - "08vpvdixx1c1lfv6vzjig68bpiir7wfyhzf49ysxgvhbprg5ra0w")))) + "1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj")))) (build-system python-build-system) (inputs `(("python-dateutil" ,python-dateutil-2) -- 2.10.1