python3Packages.troposphere: 4.9.4 -> 4.9.6
https://github.com/cloudtools/troposphere/blob/4.9.6/CHANGELOG.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "troposphere";
|
||||
version = "4.9.4";
|
||||
version = "4.9.6";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloudtools";
|
||||
repo = "troposphere";
|
||||
tag = version;
|
||||
hash = "sha256-s7eb8W/QjD+lNmq3bPhCP3tH8VV/xNf3cE2dGzWAgFk=";
|
||||
hash = "sha256-eiwz1rpEhlCIvI7hrZrknbkEhDkG2SMZkN3Mk6pfuLA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cfn-flip ];
|
||||
|
||||
Reference in New Issue
Block a user