Merge pull request #191763 from r-ryantm/auto-update/python310Packages.pulumi-aws

python310Packages.pulumi-aws: 5.13.0 -> 5.14.0
This commit is contained in:
Jonas Heinrich 2022-09-19 09:36:29 +02:00 committed by GitHub
commit a88005acbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independant of pulumi's.
version = "5.13.0";
version = "5.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pulumi";
repo = "pulumi-aws";
rev = "refs/tags/v${version}";
hash = "sha256-Xkf/7V1p98yy5UJnDZgnLMp/8BGLVYINWMommRrqdXk=";
hash = "sha256-ZdmPpjuc9z76wnNImX9BhNNAFDw1EDEZV8IAm01hfss=";
};
sourceRoot = "${src.name}/sdk/python";