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

This commit is contained in:
Sandro 2022-10-06 11:49:37 +02:00 committed by GitHub
commit 331bcc0c8f
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.1";
version = "3.7.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZabPYA56yhoKOYAgvXJLgxAv3VkmV4wiDiAYGoZ61Es=";
hash = "sha256-V7gSzWH5ua648A1WzmYVOFzftG8a8vaMKT6b3mRVhcQ=";
};
propagatedBuildInputs = [