python3Packages.troposphere: 4.9.3 -> 4.9.4

This commit is contained in:
R. Ryantm
2025-09-02 16:55:43 +00:00
parent 5566371150
commit 7450f5581d
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.9.3";
version = "4.9.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = "troposphere";
tag = version;
hash = "sha256-AC54tUJZ0aV16p06Fabss60AC/BF3QBeOQPvnbuyRqQ=";
hash = "sha256-s7eb8W/QjD+lNmq3bPhCP3tH8VV/xNf3cE2dGzWAgFk=";
};
propagatedBuildInputs = [ cfn-flip ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];