mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0
This commit is contained in:
parent
17d9f91395
commit
e908c0c9da
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue