google-api-python-client: fix hash

This commit is contained in:
Hans Joachim Kliemeck
2025-10-31 10:32:50 +01:00
committed by GitHub
parent 72ad0068a2
commit f67498e240
@@ -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 ];