python38Packages.gspread: 5.0.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2021-12-23 09:02:15 +00:00 committed by Jonathan Ringer
parent f0660ce159
commit 2e59eac1dd

View file

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