python312Packages.google-cloud-bigquery: 3.20.1 -> 3.21.0

This commit is contained in:
R. Ryantm 2024-04-19 03:33:18 +00:00
parent 1f3ac32a1e
commit 545aaee07d
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "3.20.1";
version = "3.21.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MYqjq6tfGQDuJPY7qL0Cuc2vqpQtc4tNwUpO8swtkl8=";
hash = "sha256-YmXDn51b31DxHLganCoGBdKF3zSsE53g0jM7ElCt0P8=";
};
build-system = [