about summary refs log tree commit diff
diff options
context:
space:
mode:
authordesiderius <didier@devroye.name>2015-10-27 16:10:32 +0100
committerdesiderius <didier@devroye.name>2015-10-27 16:10:32 +0100
commit12201d8569f759ea1cd83f4456b6ce06ae176747 (patch)
tree342220361aa3d0e93030c0528feb2bb364e2bfc8
parentb49515ce1742923a351eb955ffa817f7cf03821e (diff)
pythonPackages.elasticsearch: 1.6.0 -> 1.9.0
-rw-r--r--pkgs/top-level/python-packages.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 55a419259ec9a..ea7a42b865376 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 ];
     };
   });