python311Packages.google-api-python-client: 2.88.0 -> 2.96.0

Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.96.0
This commit is contained in:
Fabian Affolter
2023-08-13 11:48:30 +02:00
parent 70e9e2cd81
commit e737f50415

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.88.0";
version = "2.96.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NwaEU/eeoo5TlKj+IKS6YgWU5/hUEGi+ouhE2s3MnTM=";
hash = "sha256-9xI3PQPTOK9XufX+mMkfS1uqqHZUabAVvGI8RoHFvVE=";
};
propagatedBuildInputs = [