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

This commit is contained in:
Sandro 2022-03-30 02:19:10 +02:00 committed by GitHub
commit d099fd5b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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