python312Packages.pulumi-aws: 6.51.0 -> 6.52.0 (#343694)

This commit is contained in:
OTABI Tomoya 2024-09-24 11:34:50 +09:00 committed by GitHub
commit 50e8facf44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independant of pulumi's.
version = "6.51.0";
version = "6.52.0";
pyproject = true;
build-system = [ setuptools ];
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pulumi";
repo = "pulumi-aws";
rev = "refs/tags/v${version}";
hash = "sha256-aEyi4zFj0Q3KNBXjUX5J7nmmPCcnYn5w0mIC02gbGJc=";
hash = "sha256-EYDvhgUOWMj2kahzwkg8L43D42YGo2IHrrmKFhMPOb0=";
};
sourceRoot = "${src.name}/sdk/python";