1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "sha256-pt8w8nLAi/i+ZuB3X62GIAXZUKa4RJuU98eIcx1w7Nc=";
13 description = "Traceback fiddling library. Allows you to pickle tracebacks.";
14 homepage = "https://github.com/ionelmc/python-tblib";
15 license = licenses.bsd2;
16 maintainers = with maintainers; [ teh ];