summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-01 22:58:08 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 04:38:16 +0100
commite2980436461daa721f75a46b5d345d185eb62317 (patch)
treec8d8b59dd01d5164653a40ee86e151c0333381e0 /pkgs/development/python-modules/google-api-python-client
parentaec5591a37e21082f3f499e2b6c3c718476ef29b (diff)
python3Packages.google-api-python-client: 2.70.0 -> 2.75.0
Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.75.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 ba4388c25699..5e83c9859916 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.70.0";
+ version = "2.75.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-Ji3glNWjDTN/WeZlgQGf7UW2mMB4OXrEjdMjwJaCNuc=";
+ sha256 = "sha256-DxCaK3HxTJp7SCMf7PzdOrlYYeqav1TwYKxFwgT63D0=";
};
propagatedBuildInputs = [