python3Packages.troposphere: 4.1.0 -> 4.2.0

This commit is contained in:
José Luis Lafuente 2022-12-22 16:23:57 +01:00
parent 04f574a1c0
commit 36b40c6008
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.1.0";
version = "4.2.0";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cloudtools";
repo = pname;
rev = version;
hash = "sha256-cAn4Hty5f/RsCnUA59CxtGrhRgzVyaHe5PuQOM6lwEQ=";
hash = "sha256-4flnV4WxK21NNd9FXizkw6FoGffSL27Tq/Jc87vYJbc=";
};
propagatedBuildInputs = [