python310Packages.pulumi-aws: 5.14.0 -> 5.16.0

This commit is contained in:
R. Ryantm 2022-09-28 03:12:21 +00:00 committed by Jonathan Ringer
parent a3a20468a6
commit 868658f926

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independant of pulumi's.
version = "5.14.0";
version = "5.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pulumi";
repo = "pulumi-aws";
rev = "refs/tags/v${version}";
hash = "sha256-ZdmPpjuc9z76wnNImX9BhNNAFDw1EDEZV8IAm01hfss=";
hash = "sha256-SyRSRcKCIIaoyLdWYfFERjRp3pyXHGn35WXMqjOe3DY=";
};
sourceRoot = "${src.name}/sdk/python";