python3Packages.pulumi-aws: 7.23.0 -> 7.24.0

This commit is contained in:
R. Ryantm
2026-04-03 02:24:26 +00:00
parent d668df279a
commit 6a81f2d493
@@ -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";