summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:12 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:07 +0100
commitc6819028898dff46016c7d40b2d86a6855598779 (patch)
tree4e9b9316ef28bab2fab383ac5f0964e1dda3b042 /pkgs/development/python-modules/google-api-python-client
parent5c8fa3c9b82599b4854394c4f0662116148cade7 (diff)
python3Packages.google-api-python-client: 2.61.0 -> 2.70.0
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 73f8310cc0d8..ba4388c25699 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
- version = "2.61.0";
+ version = "2.70.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-3goMt7sY6/9c99x4K0ikiKFL12hLU4eZ8xvtq33iuD8=";
+ sha256 = "sha256-Ji3glNWjDTN/WeZlgQGf7UW2mMB4OXrEjdMjwJaCNuc=";
};
propagatedBuildInputs = [