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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user