summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-03-05 15:05:28 +0100
committerMichael Weiss <dev.primeos@gmail.com>2021-03-05 15:05:01 +0100
commit39aff3a902187d1e18b336e0e3b4a735fe6a18f5 (patch)
tree5eeb28dd0d9cc496d2213d4f1bb3e28fd3d1cdac /pkgs/development/python-modules/google-api-python-client
parenthtml-proofer: Add bundlerUpdateScript and remove myself as maintainer (diff)
downloadnixpkgs-39aff3a902187d1e18b336e0e3b4a735fe6a18f5.tar.gz
python3Packages.google_api_python_client: 1.12.8 -> 2.0.2
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix4
1 files changed, 2 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 854ec37a1e4a..b7ac9c57d521 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "google-api-python-client";
- version = "1.12.8";
+ version = "2.0.2";
src = fetchPypi {
inherit pname version;
- sha256 = "f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb";
+ sha256 = "04c0c8m4c7lzqv0m3jm0zks9wjcv1myas80rxswvi36wn376qs28";
};
# No tests included in archive