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

python310Packages.google-cloud-tasks: 2.7.2 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-02-24 18:29:46 +01:00 committed by GitHub
commit ef4b76b8e8
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.7.2";
version = "2.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-h/lmrrT8fu1YLDYF6s856EAB8+k7CMFfIMGZPDxC7Ys=";
sha256 = "sha256-/iEexbBw/lBhD+7BawaYHQpDB98jxqJB4hkmUaFHJN8=";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];