From ccd04c81f5bd6633d91ae98ef5aac437ade41dc6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:51 +0200 Subject: [PATCH] python3Packages.google-api-python-client: 2.159.0 -> 2.166.0 https://github.com/googleapis/google-api-python-client/releases/tag/v2.166.0 This commit was automatically generated using update-python-libraries. --- .../python-modules/google-api-python-client/default.nix | 4 ++-- 1 file 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 af7c4d31284c..a55ef23f27ec 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.159.0"; + version = "2.166.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "google_api_python_client"; inherit version; - hash = "sha256-VRl/Qw8lyQc5S0T6B4VF/++J0z/U3KUBt9ufDY4iS9Y="; + hash = "sha256-uM+EO9nXNsE0rvds8dx6R8koOi7yQme5cge53UOzDvc="; }; build-system = [ setuptools ];