Loading pkgs/development/python-modules/wn/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ fetchPypi, pytestCheckHook, pythonOlder, flit-core, requests, hatchling, httpx, tomli, }: Loading @@ -14,17 +14,17 @@ buildPythonPackage rec { version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-TDvTNh+5cxgBoy9nuXItHOdtfbsP+3F16egZjUBSpak="; }; nativeBuildInputs = [ flit-core ]; build-system = [ hatchling ]; propagatedBuildInputs = [ requests dependencies = [ httpx tomli ]; Loading Loading
pkgs/development/python-modules/wn/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ fetchPypi, pytestCheckHook, pythonOlder, flit-core, requests, hatchling, httpx, tomli, }: Loading @@ -14,17 +14,17 @@ buildPythonPackage rec { version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-TDvTNh+5cxgBoy9nuXItHOdtfbsP+3F16egZjUBSpak="; }; nativeBuildInputs = [ flit-core ]; build-system = [ hatchling ]; propagatedBuildInputs = [ requests dependencies = [ httpx tomli ]; Loading