12 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "328f789d186e3bd76882d57b5aad3fa08c7870a856cc83bcdbad9f4aefbda94d";
27 propagatedBuildInputs = [
38 description = "Pretty print histograms to the console";
39 mainProgram = "histoprint";
40 homepage = "https://github.com/scikit-hep/histoprint";
41 license = licenses.mit;
42 maintainers = with maintainers; [ veprbl ];