python310Packages.cfn-lint: 0.56.4 -> 0.58.2

This commit is contained in:
P. R. d. O 2022-03-03 16:32:29 -06:00
parent ad267cc9cf
commit 886c14f3d4
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "0.56.4";
version = "0.58.2";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "cfn-python-lint";
rev = "v${version}";
sha256 = "0li8zkdvmgfxqzqs1rvd48mwim0bhjwmxlywqxjix0a43kvkvh77";
sha256 = "sha256-ArpvP4tbRf1fK8BPokRXqS3YyaFiOLBrR8uQHko5iKo=";
};
postPatch = ''