Loading pkgs/development/python-modules/buildcatrust/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "buildcatrust"; version = "0.4.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-GYw/RN1OK5fqo3em8hia2l/IwN76hnPnFuYprqeX144="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -37,4 +37,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ lukegb ]; }; } }) Loading
pkgs/development/python-modules/buildcatrust/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "buildcatrust"; version = "0.4.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-GYw/RN1OK5fqo3em8hia2l/IwN76hnPnFuYprqeX144="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -37,4 +37,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ lukegb ]; }; } })