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

python310Packages.gspread: 5.5.0 -> 5.6.0
This commit is contained in:
Mario Rodas 2022-10-09 19:22:12 -05:00 committed by GitHub
commit d05a6095ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "gspread";
version = "5.5.0";
version = "5.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hiDph+U0AxXyuNjSbPl+RzaoSzMloXx9m8/3BSXcMAM=";
hash = "sha256-n8qFUXP9suZIs9qee7/7g2Ab/XxxMdRPp4HfhMaJ5/w=";
};
propagatedBuildInputs = [