python311Packages.google-cloud-bigquery: 3.23.0 -> 3.23.1

This commit is contained in:
R. Ryantm 2024-05-26 17:47:58 +00:00
parent a62e3974b8
commit 121fcdf845

View File

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "3.23.0";
version = "3.23.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fs2yB3J9UTsbzh8hPbuSbtLh1PASJ3jeAPDlbRnUegE=";
hash = "sha256-S0WX+SkbQhAslmfTtFKPgB1MjyTvKxLdHsuIEnMzCVU=";
};
build-system = [ setuptools ];