python3Packages.pulumi-aws: 7.23.0 -> 7.24.0 (#506187)

This commit is contained in:
Nick Cao
2026-04-06 20:34:24 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independent of pulumi's.
version = "7.23.0";
version = "7.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pulumi";
repo = "pulumi-aws";
tag = "v${version}";
hash = "sha256-yD6VJ51AWJk4jlHJUtoHXGPtQvAyS0EuItbS1Obq6lc=";
hash = "sha256-PADClQ8ct9w0igKxQNoW4Act0n0vx1HiD7ysH4PwgFU=";
};
sourceRoot = "${src.name}/sdk/python";