Merge pull request #321201 from r-ryantm/auto-update/python311Packages.google-api-python-client

python311Packages.google-api-python-client: 2.133.0 -> 2.135.0
This commit is contained in:
Sandro 2024-07-03 22:15:21 +02:00 committed by GitHub
commit 4166ce0a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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