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

python310Packages.gspread: 5.11.3 -> 5.12.0
This commit is contained in:
OTABI Tomoya 2023-11-08 00:49:51 +09:00 committed by GitHub
commit 2bb0a53968
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.11.3";
version = "5.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "burnash";
repo = "gspread";
rev = "refs/tags/v${version}";
hash = "sha256-O6uhT8zfCGiGr0v8pEMZ4uLuDAdFpiTie7EC3rphZQI=";
hash = "sha256-v6kpje5rw3/OfcoMWdSCZdkmETyIJ08cly8lLUt9j64=";
};
nativeBuildInputs = [