Merge pull request #114315 from r-ryantm/auto-update/python3.7-google-cloud-tasks

python37Packages.google-cloud-tasks: 2.1.0 -> 2.2.0
This commit is contained in:
Sandro 2021-02-25 06:37:03 +01:00 committed by GitHub
commit 45b492de70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.1.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1jsf7y88lvln9r08pmx673ibmgw397qmir5drrcfvlmgqvszp7qx";
sha256 = "6be2f2bca14b4eb1c1bdb0f4ba1dadf791e79a2a3e1fae762e5631a3d9fe094e";
};
propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];