mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
Merge pull request #318569 from r-ryantm/auto-update/cloud-custodian
cloud-custodian: 0.9.36.0 -> 0.9.38.0
This commit is contained in:
commit
3db1fb5b23
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "cloud-custodian";
|
||||
version = "0.9.36.0";
|
||||
version = "0.9.38.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloud-custodian";
|
||||
repo = "cloud-custodian";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-cOzh0lNBh35MQx4wg4ssg+haX1kPLVh3GJS27/eKlZI=";
|
||||
hash = "sha256-jGWPwHiETS4+hk9euLLxs0PBb7mxz2PHCbYYlFfLQUw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user