Merge pull request #194315 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-logging

python310Packages.google-cloud-bigquery-logging: 1.0.5 -> 1.0.6
This commit is contained in:
Fabian Affolter 2022-10-04 09:32:33 +02:00 committed by GitHub
commit 6b8a227979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,19 @@
, proto-plus
, pytest-asyncio
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.0.5";
version = "1.0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mKsRLljxWe6CYaWy08Gk5XvkygzoVWmu7wOIOGivmZM=";
hash = "sha256-n32dnkSujb8npafG4OQZpKqyfdPsIt9hZVpvtjhI6U0=";
};
propagatedBuildInputs = [