Merge pull request #308711 from r-ryantm/auto-update/cloud-custodian

cloud-custodian: 0.9.35.0 -> 0.9.36.0
This commit is contained in:
Weijia Wang 2024-05-12 20:18:31 +02:00 committed by GitHub
commit 7164d61722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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