python38Packages.gspread: 3.7.0 -> 4.0.1

This commit is contained in:
R. RyanTM 2021-08-15 11:02:40 +00:00 committed by Jonathan Ringer
parent f840a1559e
commit 523a68ee89

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "3.7.0";
version = "4.0.1";
pname = "gspread";
src = fetchPypi {
inherit pname version;
sha256 = "4bda4ab8c5edb9e41cf4ae40d4d5fb30447522b4e43608e05c01351ab1b96912";
sha256 = "236a0f24e3724b49bae4cbd5144ed036b0ae6feaf5828ad033eb2824bf05e5be";
};
propagatedBuildInputs = [ requests google-auth google-auth-oauthlib ];