cloud-custodian: 0.9.36.0 -> 0.9.38.0

This commit is contained in:
R. Ryantm 2024-06-24 11:37:53 +00:00
parent d06d11ac35
commit 4f5b1d0941

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "cloud-custodian"; pname = "cloud-custodian";
version = "0.9.36.0"; version = "0.9.38.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloud-custodian"; owner = "cloud-custodian";
repo = "cloud-custodian"; repo = "cloud-custodian";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-cOzh0lNBh35MQx4wg4ssg+haX1kPLVh3GJS27/eKlZI="; hash = "sha256-jGWPwHiETS4+hk9euLLxs0PBb7mxz2PHCbYYlFfLQUw=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [