Loading pkgs/development/python-modules/stupidartnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { version = "1.6.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "cpvalente"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { hash = "sha256-prLIQn1vFp0Q8FR2WBaU1tr6eKJpEY1ul4ldd4c35ls="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/stupidartnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { version = "1.6.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "cpvalente"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { hash = "sha256-prLIQn1vFp0Q8FR2WBaU1tr6eKJpEY1ul4ldd4c35ls="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; Loading