Merge pull request #175824 from SuperSandro2000/python310Packages.google-cloud-tasks

python310Packages.google-cloud-tasks: 2.8.1 -> 2.9.0
This commit is contained in:
Sandro 2022-06-02 02:01:08 +02:00 committed by GitHub
commit 3597a6740e
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.8.1";
version = "2.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-VfRDZRgwq1pOwjzmq6mdbVqcT6wQdD6qOMivQn4Ua10=";
sha256 = "sha256-MjXGDlqRDFn2whxnEm1lf0G+vU9U/S3BmNvi47aEJro=";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];