3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.gspread: 5.5.0 -> 5.6.0

This commit is contained in:
R. Ryantm 2022-10-09 16:49:50 +00:00
parent b31c42831f
commit 609c856084

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 = [