python310Packages.google-api-python-client: 2.79.0 -> 2.83.0

Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.83.0
This commit is contained in:
Fabian Affolter 2023-04-02 10:41:36 +02:00
parent 8fa251f6d5
commit f6c04688df

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.79.0";
version = "2.83.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-V3wK6uHrPHVOrLkSLTadZ2Cf73WbxqT6Fsr+q08wAZs=";
hash = "sha256-0HUJ8bLSskJzY7RU25lvehXhdRpIz8ryhCcFBWDdUc8=";
};
propagatedBuildInputs = [