python3Packages.cfn-lint: 1.32.1 -> 1.38.2
https://github.com/aws-cloudformation/cfn-lint/blob/v1.38.2/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cfn-lint";
|
||||
version = "1.32.1";
|
||||
version = "1.38.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "aws-cloudformation";
|
||||
repo = "cfn-lint";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-s0CYQ6r3rA1PEiZ9LLFL3RC2PdfCgZHTqQ9nZUi1m+Q=";
|
||||
hash = "sha256-oHbTB4XOyYSazyhO6No2+Z9QRR8tnuB3E4kGzG1HwTk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user