13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-v6kpje5rw3/OfcoMWdSCZdkmETyIJ08cly8lLUt9j64=";
31 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Google Spreadsheets client library";
48 homepage = "https://github.com/burnash/gspread";
49 changelog = "https://github.com/burnash/gspread/blob/v${version}/HISTORY.rst";
50 license = licenses.mit;
51 maintainers = with maintainers; [ ];