Loading pkgs/development/python-modules/ush/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -4,20 +4,25 @@ fetchFromGitHub, pytestCheckHook, six, setuptools, }: buildPythonPackage rec { pname = "ush"; version = "3.1.0"; format = "setuptools"; version = "4.1.0"; pyproject = true; src = fetchFromGitHub { owner = "tarruda"; repo = "python-ush"; rev = version; hash = "sha256-eL3vG3yS02enbLYorKvvYKbju9HInffUhrZgkodwhvo="; hash = "sha256-a6ICbd8647DRtuHl2vs64bsChUjlpuWHV1ipBdFA600="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "ush" ]; nativeCheckInputs = [ pytestCheckHook six Loading Loading
pkgs/development/python-modules/ush/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -4,20 +4,25 @@ fetchFromGitHub, pytestCheckHook, six, setuptools, }: buildPythonPackage rec { pname = "ush"; version = "3.1.0"; format = "setuptools"; version = "4.1.0"; pyproject = true; src = fetchFromGitHub { owner = "tarruda"; repo = "python-ush"; rev = version; hash = "sha256-eL3vG3yS02enbLYorKvvYKbju9HInffUhrZgkodwhvo="; hash = "sha256-a6ICbd8647DRtuHl2vs64bsChUjlpuWHV1ipBdFA600="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "ush" ]; nativeCheckInputs = [ pytestCheckHook six Loading