Loading pkgs/development/python-modules/numericalunits/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "numericalunits"; version = "1.26"; pyproject = true; Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "sbyrnes321"; repo = "numericalunits"; tag = "numericalunits-${version}"; tag = "numericalunits-${finalAttrs.version}"; hash = "sha256-vPB1r+j+p9n+YLnBjHuk2t+QSr+adEOjyC45QSbeb4M="; }; Loading @@ -26,6 +26,8 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "numericalunits" ]; enabledTestPaths = [ "tests/tests.py" ]; Loading @@ -36,4 +38,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ nickcao ]; }; } }) Loading
pkgs/development/python-modules/numericalunits/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "numericalunits"; version = "1.26"; pyproject = true; Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "sbyrnes321"; repo = "numericalunits"; tag = "numericalunits-${version}"; tag = "numericalunits-${finalAttrs.version}"; hash = "sha256-vPB1r+j+p9n+YLnBjHuk2t+QSr+adEOjyC45QSbeb4M="; }; Loading @@ -26,6 +26,8 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "numericalunits" ]; enabledTestPaths = [ "tests/tests.py" ]; Loading @@ -36,4 +38,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ nickcao ]; }; } })