python3Packages.cfn-lint: 1.22.5 -> 1.27.0

The build is broken with the staging-next update, updating is the easiest
fix. 1.27.0 is the first working version.
This commit is contained in:
Leona Maroni
2025-03-05 21:26:46 +01:00
parent 21ec476a2f
commit d7635b9849
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "1.22.5";
version = "1.27.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "aws-cloudformation";
repo = "cfn-lint";
tag = "v${version}";
hash = "sha256-OkgnwZwcRzwYmBq8yCR89iTB3vm0BHWPMTszrr1tYLU=";
hash = "sha256-UUbIDThzjlypwHvAv6ry2ppBTQp3/4EXRnn570/s0Xo=";
};
build-system = [ setuptools ];