python310Packages.troposphere: 4.4.1 -> 4.5.2

This commit is contained in:
R. Ryantm 2023-11-12 00:51:53 +00:00
parent a4e452c906
commit 4a04d39a54

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.4.1";
version = "4.5.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ecRpp8XsP/iv4G8m85qcGJXHXH4CPdgBO8c0IZU56wU=";
hash = "sha256-LLky4lSSMUmLEf+qHwgPvDu0DZhG4WWZ1aFSXqFm1BA=";
};
propagatedBuildInputs = [