python3Packages.cfn-lint: 0.72.5 -> 0.73.2

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:12 +01:00
parent 04fa022176
commit 0235e5c4e2

View File

@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "0.72.5";
version = "0.73.2";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "cfn-python-lint";
rev = "refs/tags/v${version}";
sha256 = "sha256-UDjCTl4AAOrwiXbKYIFsZCaSDjIFXYwNnp8/hIfXbM0=";
sha256 = "sha256-CNB5LrXllGxy99NjCrbjkUXUpJ72U3pUnWqrqkOiCG8=";
};
postPatch = ''