13 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-kJfnOWqzqag8kW9+U8Ri6kbk9kXBrZFgRzjy2Dg+/U8=";
28 propagatedBuildInputs = [
34 checkInputs = [ pytestCheckHook ];
37 description = "Pretty print histograms to the console";
38 mainProgram = "histoprint";
39 homepage = "https://github.com/scikit-hep/histoprint";
40 license = licenses.mit;
41 maintainers = with maintainers; [ veprbl ];