python312Packages.troposphere: 4.8.0 -> 4.8.1 (#327807)

This commit is contained in:
Nick Cao
2024-09-08 09:48:00 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.8.0";
version = "4.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-JmoPXYEqaFxDIW8NmmZ8VpKX9gfZ1rVFu+dPZOL7C5k=";
hash = "sha256-qwU0SsS9qxKtUsZcsMZQ9NqB+Ye8lhDO8tR+ThmoxY8=";
};
propagatedBuildInputs = [ cfn-flip ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];