summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-05 22:38:22 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:36:05 +0200
commit60b67d0874a5053a0241f8afce86303a8d83b391 (patch)
tree875775af053d42f46c53dbb4ef0bdb3a76c69a66 /pkgs/development/python-modules/google-api-python-client
parent3dfe742e83f6c6c793c547d38a46a5d56fad335a (diff)
downloadnixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar.gz
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar.bz2
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar.lz
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar.xz
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.tar.zst
nixpkgs-60b67d0874a5053a0241f8afce86303a8d83b391.zip
python: google-api-python-client: 1.5.1 -> 1.6.6
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 7c6375b4792..d4de33b5a83 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "google-api-python-client";
-  version = "1.5.1";
+  version = "1.6.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1ggxk094vqr4ia6yq7qcpa74b4x5cjd5mj74rq0xx9wp2jkrxmig";
+    sha256 = "ec72991f95201996a4edcea44a079cae0292798086beaadb054d91921632fe1b";
   };
 
   # No tests included in archive