python3Packages.google-api-python-client: 2.159.0 -> 2.166.0

https://github.com/googleapis/google-api-python-client/releases/tag/v2.166.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:22 +02:00
parent 6bcfbba531
commit ccd04c81f5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.159.0";
version = "2.166.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_api_python_client";
inherit version;
hash = "sha256-VRl/Qw8lyQc5S0T6B4VF/++J0z/U3KUBt9ufDY4iS9Y=";
hash = "sha256-uM+EO9nXNsE0rvds8dx6R8koOi7yQme5cge53UOzDvc=";
};
build-system = [ setuptools ];