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

python310Packages.gspread: 5.10.0 -> 5.11.0
This commit is contained in:
Nick Cao 2023-09-06 07:58:34 -04:00 committed by GitHub
commit b2070d081c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "gspread";
version = "5.10.0";
version = "5.11.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "burnash";
repo = "gspread";
rev = "refs/tags/v${version}";
hash = "sha256-GAlQYQVuwsnkXqZOvG66f9kig+m392CVlrgUTqrTKyA=";
hash = "sha256-FgAdsHj6Iv08cl5GwdKyGgjVN3pylZUu/plRq/DxVbE=";
};
nativeBuildInputs = [