From d7635b9849e2d88c59e502996565fd63a158e00d Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Wed, 5 Mar 2025 21:21:46 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/cfn-lint/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix index 6fe93f7eec16..f5d698dc0532 100644 --- a/pkgs/development/python-modules/cfn-lint/default.nix +++ b/pkgs/development/python-modules/cfn-lint/default.nix @@ -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 ];