From 12201d8569f759ea1cd83f4456b6ce06ae176747 Mon Sep 17 00:00:00 2001 From: desiderius Date: Tue, 27 Oct 2015 16:10:32 +0100 Subject: [PATCH] pythonPackages.elasticsearch: 1.6.0 -> 1.9.0 --- pkgs/top-level/python-packages.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 55a419259ec..ea7a42b8653 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3533,11 +3533,11 @@ let }; elasticsearch = buildPythonPackage (rec { - name = "elasticsearch-1.6.0"; + name = "elasticsearch-1.9.0"; src = pkgs.fetchurl { url = "https://pypi.python.org/packages/source/e/elasticsearch/${name}.tar.gz"; - sha256 = "1b0b5d1qp77r83r130kb2ikhd6am0d1389rdcllr1xsajrp5kj4h"; + sha256 = "091s60ziwhyl9kjfm833i86rcpjx46v9h16jkgjgkk5441dln3gb"; }; # Check is disabled because running them destroy the content of the local cluster! @@ -3548,6 +3548,7 @@ let description = "Official low-level client for Elasticsearch"; homepage = https://github.com/elasticsearch/elasticsearch-py; license = licenses.asl20; + maintainers = with maintainers; [ desiderius ]; }; });