summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-09 23:37:57 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-15 13:33:35 +0200
commit13b620376cf042b8ad966f43fde6f2ebfbaedb08 (patch)
tree3d6a2db7ddfd3748f28594cfe870bf4e34b1df02 /pkgs/development/python-modules/google-api-python-client
parent606194e1c0c34b4b00048651356eedb2c0628621 (diff)
python3Packages.google-api-python-client: 2.9.0 -> 2.15.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 2d0af0717b1d..2fd9247c8825 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 = "2.9.0";
+ version = "2.15.0";
src = fetchPypi {
inherit pname version;
- sha256 = "2b5274f06799d80222fd3f20fd4ebcd19f57c009703bd4cf7b00492e7e05e15a";
+ sha256 = "sha256-g3VIkjKCP0TGARlqlgUF4D7FjJXdtkFcax0ddrRo+Lo=";
};
# No tests included in archive