python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479)

This commit is contained in:
Fabian Affolter 2024-11-17 09:25:43 +01:00 committed by GitHub
commit c103e6a762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.16.0";
version = "3.17.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_bigquery_datatransfer";
inherit version;
hash = "sha256-EyYdNDLDmIPyBZ9zYLASahS0gUrJ9SXhdjokKKWZ4lU=";
hash = "sha256-Djqvlyo1JvP+to+/xpvSHZ4J0yQ3jF4ardlAxcusIxg=";
};
build-system = [ setuptools ];