python311Packages.google-api-python-client: 2.126.0 -> 2.133.0

This commit is contained in:
R. Ryantm 2024-06-11 22:21:04 +00:00
parent 1d472db6a3
commit db1b336493

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.126.0";
version = "2.133.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-l8BBBjDivr0ZTZnpG9Yg2rW8a27AvwM/mpEJtwC4Oss=";
hash = "sha256-KTCSkFtmoEbTGHqZrEVOErAMwscERPJusvH5wagnILQ=";
};
build-system = [ setuptools ];