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

python310Packages.pulumi-aws: 6.0.3 -> 6.0.4
This commit is contained in:
Fabian Affolter 2023-09-05 21:58:01 +02:00 committed by GitHub
commit 58fd21fd6b
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 = "6.0.3";
version = "6.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pulumi";
repo = "pulumi-aws";
rev = "refs/tags/v${version}";
hash = "sha256-AnyKDoD7hh3iYheUK8RXFfXEi5yChkZNAyWobC2ghmQ=";
hash = "sha256-YukXw7/KDfw6iYoN6UpF5XGb5D6oaaXTOpsduqZZz2Y=";
};
sourceRoot = "${src.name}/sdk/python";