1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

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.

View file

@ -2706,6 +2706,13 @@ in
sha256 = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b";
};
});
pyyaml = super.pyyaml.overridePythonAttrs (oldAttrs: rec {
version = "3.12";
src = oldAttrs.src.override {
inherit version;
sha256 = "1aqjl8dk9amd4zr99n8v2qxzgmr2hdvqfma4zh7a41rj6336c9sr";
};
});
};
}).pkgs; toPythonApplication elasticsearch-curator;