python310Packages.google-cloud-bigquery: 2.34.0 -> 2.34.1

This commit is contained in:
R. Ryantm 2022-03-03 12:23:54 +00:00 committed by Jonathan Ringer
parent 7f1eb5ba09
commit 2568c6c9a3

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.34.0";
version = "2.34.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-K3XhnlPIWSRBIBgMcqGqmehJFW48BBMHGkv7rgt0xTA=";
sha256 = "sha256-gzWuWmcSYeuBcFQpVUNwsLVGSF2+h4JulN4bIkUBWaM=";
};
propagatedBuildInputs = [