Fabian Affolter
2024-08-17 10:00:02 +02:00
parent d5e1bbb4d2
commit 30d5ef6576
@@ -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; [