3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #168530 from r-ryantm/auto-update/python310Packages.gspread

python310Packages.gspread: 5.3.0 -> 5.3.2
This commit is contained in:
Mario Rodas 2022-04-14 06:33:42 -05:00 committed by GitHub
commit f6b5bf50a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "5.3.0";
version = "5.3.2";
pname = "gspread";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-viIg4ZcjVw7ZjouOtqW24Er6DwjsHwi4niF8NUSIoEc=";
sha256 = "sha256-MZdm2Q2wUFYpP37grSs1UDoaQGg6dYl6KSI5jNIBYoM=";
};
propagatedBuildInputs = [ requests google-auth google-auth-oauthlib ];