summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:46:47 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:48:54 -0800
commit7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c (patch)
tree0d31c20c8e7556d6e626377095e1193559c7d8c0 /pkgs
parent48eb97f0b83a5c4948c57bf0bf6a1ebb79430132 (diff)
downloadnixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar.gz
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar.bz2
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar.lz
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar.xz
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.tar.zst
nixpkgs-7c60fb0c2ab11e07ee4932c46308a42bf3e9e88c.zip
python3Packages.google-api-python-client: 2.25.0 -> 2.31.0
Diffstat (limited to 'pkgs')
-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 b612a58c4f9..e4046ab2637 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.25.0";
+  version = "2.31.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-dNgF7xC4sfWL04U53T0D+vEYj2TuPKQorAQtU59fVcc=";
+    sha256 = "3f64a5eee6fa03ab51806dccf48e342fda83fea60c290518c6a2dfdbf2de9efd";
   };
 
   # No tests included in archive