python3Packages.google_api_python_client: 1.11.0 -> 1.12.1

This commit is contained in:
Michael Weiss 2020-09-16 18:04:08 +02:00
parent b6b616bbe5
commit 6a8415c93f
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.11.0"; version = "1.12.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0yxrz897kpjypfqzcy0ry90hc34w47q4fzqidp81h6pg01c03x6a"; sha256 = "ddadc243ce627512c2a27e11d369f5ddf658ef80dbffb247787499486ef1ea98";
}; };
# No tests included in archive # No tests included in archive