Unverified Commit 7fb0f141 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents b8226dc4 6a81f2d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";