python3Packages.pulumi-aws: 7.16.0 -> 7.23.0 (#478496)

This commit is contained in:
nicoo
2026-03-21 14:44:17 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independent of pulumi's.
version = "7.16.0";
version = "7.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pulumi";
repo = "pulumi-aws";
tag = "v${version}";
hash = "sha256-Vy6Azt3rRQliskt26Jjeos/Tj4MEz26owtyfhRPzSP0=";
hash = "sha256-yD6VJ51AWJk4jlHJUtoHXGPtQvAyS0EuItbS1Obq6lc=";
};
sourceRoot = "${src.name}/sdk/python";