elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278)

This commit is contained in:
Nick Cao
2024-11-16 08:47:30 -05:00
committed by GitHub
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "elasticsearch-curator";
version = "8.0.16";
version = "8.0.17";
pyproject = true;
src = fetchFromGitHub {
owner = "elastic";
repo = "curator";
rev = "refs/tags/v${version}";
hash = "sha256-nSBsLzem+eZBM0ebhW1Omh+pYYPYdly/VraM89iJe3E=";
hash = "sha256-Y2GXh+LUKU3VcQ51yZZdEIUjfKzRdbu6QKnXshI1Em0=";
};
pythonRelaxDeps = [ "es-client" ];