python38Packages.google-cloud-tasks: 2.5.2 -> 2.6.0

This commit is contained in:
R. RyanTM 2021-10-08 03:46:18 +00:00
parent 42142a6a2a
commit af31751895

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 ];