From 26d73e6c95dfdedf5ae7c4cd3c40567574e198e2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:35 +0100 Subject: [PATCH] python3Packages.google-api-python-client: 2.158.0 -> 2.159.0 https://github.com/googleapis/google-api-python-client/releases/tag/v2.159.0 --- .../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 6fbaaea499cb..a076455e7a50 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.158.0"; + version = "2.159.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "google_api_python_client"; inherit version; - hash = "sha256-tmZFl6mVXgSXemJ1LjP+RMs1xYDhkMHLCKBBiTFyvWc="; + hash = "sha256-VRl/Qw8lyQc5S0T6B4VF/++J0z/U3KUBt9ufDY4iS9Y="; }; build-system = [ setuptools ];