8 buildPythonPackage rec {
14 pname = "mplhep_data";
16 hash = "sha256-tU0lfz9TyTpELNp6ZoHOJnJ34JFzwLQf14gg94Mhdy8=";
24 pythonImportsCheck = [
29 description = "Sub-package to hold data (fonts) for mplhep";
30 homepage = "https://github.com/scikit-hep/mplhep_data";
31 license = with licenses; [ mit gfl ofl ];
32 maintainers = with maintainers; [ veprbl ];