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

python310Packages.gspread: 5.12.1 -> 5.12.3
This commit is contained in:
Fabian Affolter 2023-12-21 11:20:05 +01:00 committed by GitHub
commit d23486623a
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.12.1";
version = "5.12.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "burnash";
repo = "gspread";
rev = "refs/tags/v${version}";
hash = "sha256-cuSR5QWURHSL1o2R4rc/m3KETz3X+78TC8LuuzZghbs=";
hash = "sha256-NmIWGHS40VOUL3IGSR/SW9inbSQFv+2UDgo1FZWROHI=";
};
nativeBuildInputs = [