3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155285 from SuperSandro2000/python39Packages.google-cloud-tasks

python39Packages.google-cloud-tasks: 2.7.1 -> 2.7.2
This commit is contained in:
Fabian Affolter 2022-01-17 09:50:07 +01:00 committed by GitHub
commit a46420f72f
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.1";
version = "2.7.2";
src = fetchPypi {
inherit pname version;
sha256 = "2fd2222901a7d8ba65f28f9019cb41f5d4c952d012f020bdde105527a3f5ae43";
sha256 = "sha256-h/lmrrT8fu1YLDYF6s856EAB8+k7CMFfIMGZPDxC7Ys=";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];