python37Packages.google_api_python_client: 1.7.4 -> 1.7.7

This commit is contained in:
Michael Weiss 2019-01-05 21:23:09 +01:00
parent f27fe449b1
commit 8d9c2fc3ff
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -1,13 +1,14 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi, isPy3k
, httplib2, google_auth, google-auth-httplib2, six, uritemplate, oauth2client }: , httplib2, google_auth, google-auth-httplib2, six, uritemplate, oauth2client }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-api-python-client"; pname = "google-api-python-client";
version = "1.7.4"; version = "1.7.7";
#disabled = !isPy3k; # TODO: Python 2.7 was deprecated but weboob still depends on it.
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c"; sha256 = "1nlsp8cll6v9w4649j98xw545bfnqa2xs7m9faa9mxc0kp8ff1li";
}; };
# No tests included in archive # No tests included in archive