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

This commit is contained in:
R. Ryantm
2024-04-22 17:21:14 +00:00
parent ee1428c654
commit d51de6bc99
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.125.0";
version = "2.126.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UaA4XP9l7BNRBui+YO5xElVzlt3l9EETriORK63doUM=";
hash = "sha256-l8BBBjDivr0ZTZnpG9Yg2rW8a27AvwM/mpEJtwC4Oss=";
};
nativeBuildInputs = [