python312Packages.google-cloud-bigquery-datatransfer: 3.15.4 -> 3.15.6

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-datatransfer-v3.15.6/packages/google-cloud-bigquery-datatransfer/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-09-04 10:18:39 +02:00
parent 35ff1783b7
commit 3c9f5e1d54

View File

@ -16,14 +16,15 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.15.4";
version = "3.15.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rjVTnrJIUMJsnh/vdpiiL9e4g0iZP9ftYksVQd6cG4M=";
pname = "google_cloud_bigquery_datatransfer";
inherit version;
hash = "sha256-oO370z1iS61vWVxHi+XYNNRjwi033zIG6YhLi7BnYXg=";
};
build-system = [ setuptools ];