python37Packages.gspread: 3.6.0 -> 3.7.0

This commit is contained in:
R. RyanTM 2021-02-20 09:29:56 +00:00
parent 0253d3097d
commit cb524ac2e3

View File

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