python310Packages.pulumi-aws: 5.40.0 -> 5.41.0

This commit is contained in:
R. Ryantm 2023-05-23 07:48:37 +00:00
parent af6b71df3e
commit f1c8b1c8b3

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independant of pulumi's.
version = "5.40.0";
version = "5.41.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-DMSBQhBxbVfU7ULkLI8KV7JJLBsaVb/Z9BZZG2GEOzQ=";
hash = "sha256-axVzystW9kvyMP35h/GCN1Cy1y8CYNxZglWeXVJfWSc=";
};
sourceRoot = "${src.name}/sdk/python";