python3Packages.cfn-lint: 1.18.1 -> 1.22.5

https://github.com/aws-cloudformation/cfn-lint/blob/v1.22.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:53 +01:00
parent c367ca98c0
commit 8aef6719fb
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "1.18.1";
version = "1.22.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "aws-cloudformation";
repo = "cfn-lint";
tag = "v${version}";
hash = "sha256-e06ytX1scIsmw/SezIVVnGn0day1l6kQ/wb05E8O7h0=";
hash = "sha256-OkgnwZwcRzwYmBq8yCR89iTB3vm0BHWPMTszrr1tYLU=";
};
build-system = [ setuptools ];
@@ -97,7 +97,7 @@ buildPythonPackage rec {
description = "Checks cloudformation for practices and behaviour that could potentially be improved";
mainProgram = "cfn-lint";
homepage = "https://github.com/aws-cloudformation/cfn-lint";
changelog = "https://github.com/aws-cloudformation/cfn-lint/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/aws-cloudformation/cfn-lint/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
};