python310Packages.gspread: 5.1.1 -> 5.2.0

This commit is contained in:
R. Ryantm 2022-02-28 15:57:04 +00:00 committed by Jonathan Ringer
parent 8e75bd4b03
commit 644ad81cc5

View File

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "5.1.1";
version = "5.2.0";
pname = "gspread";
src = fetchPypi {
inherit pname version;
sha256 = "d9db8c43d552f541ea072d4727d1e955bc2368b095dd86c5429a845c9d8aed8f";
sha256 = "sha256-JRc6wIFGnPnWIVFMZXbGz0bznIJfF4uMueeDdKY3sL8=";
};
propagatedBuildInputs = [ requests google-auth google-auth-oauthlib ];