elasticsearch-curator: 8.0.15 -> 8.0.16
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.15...v8.0.16 Changelog: https://github.com/elastic/curator/releases/tag/v8.0.16
This commit is contained in:
@@ -9,16 +9,18 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "elasticsearch-curator";
|
||||
version = "8.0.15";
|
||||
format = "pyproject";
|
||||
version = "8.0.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elastic";
|
||||
repo = "curator";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw=";
|
||||
hash = "sha256-nSBsLzem+eZBM0ebhW1Omh+pYYPYdly/VraM89iJe3E=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "es-client" ];
|
||||
|
||||
build-system = with python3.pkgs; [ hatchling ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user