9 buildPythonPackage rec {
10 pname = "mplhep-data";
15 pname = "mplhep_data";
17 hash = "sha256-zR8606+dv/M67550BtITDWJKC9HVqllw/HE6ZCEWWk4=";
25 pythonImportsCheck = [ "mplhep_data" ];
28 description = "Sub-package to hold data (fonts) for mplhep";
29 homepage = "https://github.com/scikit-hep/mplhep_data";
30 license = with licenses; [
35 maintainers = with maintainers; [ veprbl ];