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

Changelog: https://github.com/googleapis/python-bigquery-logging/blob/v1.2.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-04-03 20:41:54 +02:00
parent 73909f4f26
commit 6c9c620897
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.2.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OsQeBJMvq/NOC6T7N4jyrsKzcazOAn838CDjfDq7dZA=";
hash = "sha256-zTVOt3175ruIHatHTemOAt9VF4pvJn/fQIvm/DXXw9M=";
};
propagatedBuildInputs = [