python310Packages.pulumi-aws: 5.16.0 -> 5.16.2

This commit is contained in:
R. Ryantm 2022-10-06 01:24:40 +00:00
parent 099f1e0da2
commit 59439c9aaf

View File

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