Unverified Commit f4fe3c44 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.pulumi-aws: 7.7.0 -> 7.15.0 (#449993)

parents 4e538d2c 3cde9092
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildPythonPackage rec {
  pname = "pulumi-aws";
  # Version is independent of pulumi's.
  version = "7.7.0";
  version = "7.15.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "pulumi";
    repo = "pulumi-aws";
    tag = "v${version}";
    hash = "sha256-GLtl9799lQv+Wus/rvUOd/FkRaja7tJddD8ffIhCCdo=";
    hash = "sha256-aCTXhaWQgYcDyUMc6ulo/PtEGU/6Mb5MlIjtJI/V1Mw=";
  };

  sourceRoot = "${src.name}/sdk/python";