python310Packages.google-cloud-bigquery-logging: 1.1.0 -> 1.2.0

Changelog: https://github.com/googleapis/python-bigquery-logging/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-12 17:53:12 +01:00
parent e674075ed1
commit 13fc64c560

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TGK5ghwhVBN0VBMj84Jjt4gpsXQC+HKAr5yP756PbDM=";
hash = "sha256-OsQeBJMvq/NOC6T7N4jyrsKzcazOAn838CDjfDq7dZA=";
};
propagatedBuildInputs = [