python312Packages.google-api-python-client: 2.121.0 -> 2.125.0

This commit is contained in:
R. Ryantm 2024-04-03 12:09:11 +00:00
parent 0d4d195459
commit 4bb06834ec
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.121.0";
version = "2.125.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-34Y+zk24s2zhBT69mD5D+8W2ZCCe7XjoLMhK5W3axsA=";
hash = "sha256-UaA4XP9l7BNRBui+YO5xElVzlt3l9EETriORK63doUM=";
};
nativeBuildInputs = [