python.pkgs.elasticsearch: 1.9.0 -> 6.0.0
This commit is contained in:
parent
f0c4bea507
commit
d513afcfc7
@ -4598,11 +4598,13 @@ in {
|
|||||||
edward = callPackage ../development/python-modules/edward { };
|
edward = callPackage ../development/python-modules/edward { };
|
||||||
|
|
||||||
elasticsearch = buildPythonPackage (rec {
|
elasticsearch = buildPythonPackage (rec {
|
||||||
name = "elasticsearch-1.9.0";
|
pname = "elasticsearch";
|
||||||
|
version = "6.0.0";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = fetchPypi {
|
||||||
url = "mirror://pypi/e/elasticsearch/${name}.tar.gz";
|
inherit pname version;
|
||||||
sha256 = "091s60ziwhyl9kjfm833i86rcpjx46v9h16jkgjgkk5441dln3gb";
|
sha256 = "029q603g95fzkh87xkbxxmjfq5s9xkr9y27nfik6d4prsl0zxmlz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Check is disabled because running them destroy the content of the local cluster!
|
# Check is disabled because running them destroy the content of the local cluster!
|
||||||
@ -4619,7 +4621,6 @@ in {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
elasticsearchdsl = buildPythonPackage (rec {
|
elasticsearchdsl = buildPythonPackage (rec {
|
||||||
name = "elasticsearch-dsl-0.0.9";
|
name = "elasticsearch-dsl-0.0.9";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user