python38Packages.gspread: 3.6.0 -> 3.7.0
This commit is contained in:
parent
d19fe92b88
commit
49de36f814
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user