10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-lDTNLWpyLJSenp4ivQtZWH9pAlvTc1blxwY18bNwNtg=";
25 nativeCheckInputs = [ pytestCheckHook ];
28 description = "Units and constants in the HEP system of units";
29 homepage = "https://github.com/scikit-hep/hepunits";
30 license = lib.licenses.bsd3;
31 maintainers = with lib.maintainers; [ doronbehar ];