python3Packages.google_api_python_client: 1.12.8 -> 2.0.2

This commit is contained in:
Michael Weiss 2021-03-05 15:05:28 +01:00
parent dac4672072
commit 39aff3a902
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-api-python-client"; pname = "google-api-python-client";
version = "1.12.8"; version = "2.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb"; sha256 = "04c0c8m4c7lzqv0m3jm0zks9wjcv1myas80rxswvi36wn376qs28";
}; };
# No tests included in archive # No tests included in archive