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

python310Packages.gspread: 5.3.2 -> 5.4.0
This commit is contained in:
Sandro 2022-06-01 00:54:55 +02:00 committed by GitHub
commit 28f5a2f2eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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