about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-03-05 17:08:05 +0100
committerGitHub <noreply@github.com>2021-03-05 17:08:05 +0100
commit1da40cb31c6173067ceab481d40a14735561f7d3 (patch)
tree6d52d1554b3d746d2b0eb6dc4025f3802dbc9801
parentdcbdd5eabf1ee6ebcaabfa1bbd6da4261f4039ca (diff)
parentcc4be81635c10e3ec260ba31008202a83735a0a5 (diff)
Merge pull request #115194 from primeos/python-google-api-client
[needs new maintainer] python3Packages.google_api_python_client: 1.12.8 -> 2.0.2
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix6
1 files changed, 3 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 854ec37a1e4ac..39ed8d68345f5 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
@@ -34,6 +34,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/google/google-api-python-client";
     changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}";
     license = licenses.asl20;
-    maintainers = with maintainers; [ primeos ];
+    maintainers = with maintainers; [ ];
   };
 }