7 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-dYeIAYq4+q3cCYTh6gX/Mw08ZL5mPFE8wfEF9qMGbas=";
20 description = "FIGlet in pure Python";
21 mainProgram = "pyfiglet";
22 license = licenses.gpl2Plus;
23 maintainers = with maintainers; [ thoughtpolice ];