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

This commit is contained in:
Sandro 2021-10-12 11:38:18 +02:00 committed by GitHub
commit 862a31d2cb
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.5.2";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "af870971187b3d58fc87a81323cabec1628fac910c6af82076dd6270b111f17e";
sha256 = "fd9fe318063ec0f7e4e1780aca81a798d3e90e8def1c24b6f450ea1a8c131c0a";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];