summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-01-05 21:23:09 +0100
committerMichael Weiss <dev.primeos@gmail.com>2019-01-05 22:32:49 +0100
commit8d9c2fc3ffdd6079d141e833d6b28c6397ecbd21 (patch)
treefea65d5c3769f873cd02d54862b74e3590c62069 /pkgs/development/python-modules/google-api-python-client
parentf27fe449b10c65830a2f27cae5d3213077b6f07e (diff)
python37Packages.google_api_python_client: 1.7.4 -> 1.7.7
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix
index c8dd5ea84aec..1a335ad6bb1c 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -1,13 +1,14 @@
-{ lib, buildPythonPackage, fetchPypi
+{ lib, buildPythonPackage, fetchPypi, isPy3k
, httplib2, google_auth, google-auth-httplib2, six, uritemplate, oauth2client }:
buildPythonPackage rec {
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 {
inherit pname version;
- sha256 = "5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c";
+ sha256 = "1nlsp8cll6v9w4649j98xw545bfnqa2xs7m9faa9mxc0kp8ff1li";
};
# No tests included in archive