elasticsearch-curator: 5.6.0 -> 5.7.6

This commit is contained in:
Bas van Dijk
2019-05-17 15:07:09 +02:00
parent 4812547618
commit e5f4e17ad4
2 changed files with 9 additions and 2 deletions

View File

@@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "elasticsearch-curator";
version = "5.6.0";
version = "5.7.6";
src = fetchPypi {
inherit pname version;
sha256 = "0r4p229233ivprxnvp33hilkgczijmyvi33wivxhhj6q3kkywpyq";
sha256 = "0a6q7jcqwcqf8cv76lzldf90hnj2x8gha754x515dq10zsi9sjms";
};
# The test hangs so we disable it.