python39Packages.google-cloud-tasks: 2.7.1 -> 2.7.2

This commit is contained in:
Sandro Jäckel 2022-01-17 02:17:27 +01:00
parent 0b7e81ec04
commit 0fbc9cb653
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.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 ];