3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-tasks: 2.3.0 -> 2.5.1

This commit is contained in:
Fabian Affolter 2021-08-09 23:39:10 +02:00 committed by Sandro Jäckel
parent c0a0401e8a
commit c2539a557c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.3.0";
version = "2.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "7cc24d389073c40af41e2fc091417dec6e58af07db9b1295853fc3d545c80cfe";
sha256 = "sha256-4QOKG7Forf3x5l1XQbbX4A8upIxe+eCiwhPily26du4=";
};
propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];