python312Packages.troposphere: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm 2024-03-12 20:00:54 +00:00
parent 6e04aef752
commit bdebad7d04

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.6.0";
version = "4.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DxLgAEuIfO8K42DbkOaPjE+MS6/WKnybDsszuCXwufM=";
hash = "sha256-9zzbBtIJ4v+eI0eJZ6vGUABN4i9GLJcMAzerRSnzpqQ=";
};
propagatedBuildInputs = [