python310Packages.google-cloud-bigquery-datatransfer: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2022-02-15 04:47:04 +00:00
parent a31699dce9
commit 46a77c0812

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.5.0";
version = "3.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "6e93c134669bbb7b79be4bd73329842c5e5f071f1fde624fc82233da42677021";
sha256 = "sha256-1syubhGCY8sYgV2mdneAV/8YOdplf5YZNEeZ0RAJC6E=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];