3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.gspread: 5.6.2 -> 5.7.1

This commit is contained in:
R. Ryantm 2022-11-18 01:09:03 +00:00 committed by Jonathan Ringer
parent 03e7eabb58
commit 8f8b6e37db

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "gspread";
version = "5.6.2";
version = "5.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-07v/S3qtD8LJhkWOFIU3oC/ntG5xYvQfOkI5K/oq24k=";
hash = "sha256-XznXohg0O2UU8G4iUODEE+tOgU3eaqv0hdrLaqMcqrA=";
};
propagatedBuildInputs = [