python310Packages.google-cloud-bigquery-datatransfer: 3.7.2 -> 3.7.3

This commit is contained in:
R. Ryantm 2022-10-11 08:35:44 +00:00
parent 4b02f74d3c
commit 726794f9e3

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.7.2";
version = "3.7.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-V7gSzWH5ua648A1WzmYVOFzftG8a8vaMKT6b3mRVhcQ=";
hash = "sha256-oPgbgaq5RQM4C2qmf36i+qXDQA9sV16abCleNkdGYC0=";
};
propagatedBuildInputs = [