From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emLRD-0006mX-G5 for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emLR8-0001mv-GX for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emLR8-0001ml-BF for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emLR8-000819-5b for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:02 -0500 Subject: [bug#30468] [PATCH] gnu: python-elasticsearch: Update to 6.1.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emLQL-0006Qz-Gh for guix-patches@gnu.org; Thu, 15 Feb 2018 10:26:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emLQF-0001Rh-Pc for guix-patches@gnu.org; Thu, 15 Feb 2018 10:26:13 -0500 Received: from mail.thebird.nl ([95.154.246.10]:48774) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emLQF-0001KY-Ir for guix-patches@gnu.org; Thu, 15 Feb 2018 10:26:07 -0500 From: Pjotr Prins Date: Thu, 15 Feb 2018 15:21:58 +0000 Message-Id: <20180215152158.23020-1-pjotr.public12@thebird.nl> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30468@debbugs.gnu.org Cc: Pjotr Prins From: Pjotr Prins * gnu/packages/python-web.scm (python-elasticsearch, python2-elasticsearch): Update to 6.1.1. --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 12e45b2ef..26d533f66 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2050,14 +2050,14 @@ CSS tidy. Also supports URL rewriting in CSS files.") (define-public python-elasticsearch (package (name "python-elasticsearch") - (version "1.0.0") + (version "6.1.1") (source (origin (method url-fetch) (uri (pypi-uri "elasticsearch" version)) (sha256 (base32 - "1sdw1r05cw7ihnmng8ra9v968fj7bq6sji8i1dikymsnkcpgc69g")))) + "1kjxl45yvvgfb5fmamx0kfsfg9pzphiqrwbkns3s28r1w7ya74cd")))) (build-system python-build-system) (native-inputs `(("python-mock" ,python-mock) -- 2.15.1