Merge pull request #195476 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-datatransfer

This commit is contained in:
Sandro 2022-10-11 11:15:01 +02:00 committed by GitHub
commit 089894010a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [