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

python310Packages.gspread: 5.11.0 -> 5.11.1
This commit is contained in:
Nick Cao 2023-09-07 22:16:13 -04:00 committed by GitHub
commit 995b60d80e
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.0";
version = "5.11.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "burnash";
repo = "gspread";
rev = "refs/tags/v${version}";
hash = "sha256-FgAdsHj6Iv08cl5GwdKyGgjVN3pylZUu/plRq/DxVbE=";
hash = "sha256-a8A47il9NrMdHkSX4YmQj4VIAYDXK5V+FUdwv+LGIfQ=";
};
nativeBuildInputs = [