python3Packages.google-api-python-client: 2.135.0 -> 2.147.0

https://github.com/googleapis/google-api-python-client/releases/tag/v2.147.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:31 +02:00
parent b901e5ffdc
commit d7444d8941
@@ -14,14 +14,15 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.135.0";
version = "2.147.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tVKigSPtlUkwNWmNuA6O14yRBqi0IuY6F1FQubVbcE4=";
pname = "google_api_python_client";
inherit version;
hash = "sha256-6GTCz2HTTADwUni4vbcrk7b6NPDenq1R0gQ187Zfkb4=";
};
build-system = [ setuptools ];