From e908c0c9da67854b91c9c93f1e0d100e50a29aa0 Mon Sep 17 00:00:00 2001 From: desiderius Date: Wed, 22 Jul 2015 11:26:28 +0200 Subject: [PATCH] python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0 --- pkgs/top-level/python-packages.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 08c0cfee510..ed5ae77066f 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3120,11 +3120,11 @@ let elasticsearch = buildPythonPackage (rec { - name = "elasticsearch-1.4.0"; + name = "elasticsearch-1.6.0"; src = pkgs.fetchurl { url = "https://pypi.python.org/packages/source/e/elasticsearch/${name}.tar.gz"; - md5 = "14a758debd2296d923cb6c958db98eba"; + sha256 = "1b0b5d1qp77r83r130kb2ikhd6am0d1389rdcllr1xsajrp5kj4h"; }; # Check is disabled because running them destroy the content of the local cluster! @@ -3133,9 +3133,7 @@ let meta = { description = "Official low-level client for Elasticsearch"; - homepage = https://github.com/elasticsearch/elasticsearch-py; - license = licenses.asl20; }; });