summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-02 22:41:59 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-14 00:28:52 +0100
commit222b9d54d41cedc8ffde75a41db1add8217d7a3b (patch)
treec4810103a67731dbf680c9252fbe731441f2d980 /pkgs/development/python-modules/google-api-python-client
parenta5483739f5d78bec75d5a7e248eb89714c591709 (diff)
python3Packages.google-api-python-client: 2.35.0 -> 2.39.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 772f45411d39..493bda2f9d5c 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.35.0";
+ version = "2.39.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "038b12979ea86ef0e33962bd33f955c337bc28f0471522bd27a801d52bfb4ae2";
+ sha256 = "sha256-QBFpIV7K+1r7aD0/4OQ8BZ62Jccf6hkp8WQD3acqLcE=";
};
propagatedBuildInputs = [