diff options
| author | Michael Weiss <dev.primeos@gmail.com> | 2019-01-29 00:09:31 +0100 |
|---|---|---|
| committer | Michael Weiss <dev.primeos@gmail.com> | 2019-01-29 00:11:06 +0100 |
| commit | abbb8219dcb424de98c5965e33b9d3dfb526bcb2 (patch) | |
| tree | 3fe8f7e1d2595c34b00e731bebba70f4fc9314aa /pkgs/development/python-modules/google-api-python-client | |
| parent | d4ad10176ee02af65960173cf58b5d11818f7594 (diff) | |
python37Packages.google_api_python_client: 1.7.7 -> 1.7.8
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
| -rw-r--r-- | pkgs/development/python-modules/google-api-python-client/default.nix | 5 |
1 files changed, 3 insertions, 2 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 1a335ad6bb1c..89c7c6b8df80 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "1.7.7"; + version = "1.7.8"; #disabled = !isPy3k; # TODO: Python 2.7 was deprecated but weboob still depends on it. src = fetchPypi { inherit pname version; - sha256 = "1nlsp8cll6v9w4649j98xw545bfnqa2xs7m9faa9mxc0kp8ff1li"; + sha256 = "0n18frf0ghmwf5lxmkyski4b5h1rsx93ibq3iw0k3s2wxl371406"; }; # No tests included in archive @@ -20,5 +20,6 @@ buildPythonPackage rec { description = "The core Python library for accessing Google APIs"; homepage = https://github.com/google/google-api-python-client; license = licenses.asl20; + maintainers = with maintainers; [ primeos ]; }; } |
