From f67498e240de8f91da22a87bc5a8e4213ccc2e2a Mon Sep 17 00:00:00 2001 From: Hans Joachim Kliemeck Date: Fri, 31 Oct 2025 10:32:50 +0100 Subject: [PATCH] google-api-python-client: fix hash --- .../python-modules/google-api-python-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4023e32564de..54360a12fd12 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "googleapis"; repo = "google-api-python-client"; tag = "v${version}"; - hash = "sha256-y6MfDwA1CKsKmXH9NIqFtKIz8vk5XC6d91scrTI4xdY="; + hash = "sha256-uItN7P6tZTxEHfma+S0p4grRRnAaIhuTezvJzWjvkfE="; }; build-system = [ setuptools ];