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

This commit is contained in:
R. Ryantm 2023-04-07 20:55:23 +00:00
parent aa7d667cf3
commit 052463fa20

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.83.0";
version = "2.84.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0HUJ8bLSskJzY7RU25lvehXhdRpIz8ryhCcFBWDdUc8=";
hash = "sha256-w5j9b56tC+I6reOycExyxRRt8OM1LY/5EBKGB34bAQo=";
};
propagatedBuildInputs = [