6 buildPythonPackage rec {
7 pname = "terminaltables";
12 inherit pname version;
13 sha256 = "ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543";
17 description = "Display simple tables in terminals";
18 homepage = "https://github.com/Robpol86/terminaltables";
19 license = licenses.mit;