7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "071wlpyi8pa262sj9xdy0zbj163z84dasxad363z3sfndqxw78h1";
28 description = "Draws ASCII trees";
29 homepage = "https://github.com/mbr/asciitree";
30 license = licenses.mit;