Loading pkgs/by-name/fe/fetchtastic/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pname = "fetchtastic"; version = "0.10.2"; version = "0.10.9"; pyproject = true; src = fetchFromGitHub { owner = "jeremiah-k"; repo = "fetchtastic"; tag = finalAttrs.version; hash = "sha256-E8f0je4w4sTmf/EX9I8dZ4Ge4bsEvr8E6S5i02n5k+E="; hash = "sha256-eFDj3qv3cYt/7tf+v93QwqoVLEEfpt21g4l0MrLTaLc="; }; pythonRelaxDeps = [ "platformdirs" ]; Loading @@ -22,6 +22,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiofiles aiohttp packaging pick platformdirs Loading @@ -32,6 +34,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { ]; nativeCheckInputs = with python3.pkgs; [ pytest-asyncio pytest-cov-stub pytest-mock pytestCheckHook Loading Loading
pkgs/by-name/fe/fetchtastic/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pname = "fetchtastic"; version = "0.10.2"; version = "0.10.9"; pyproject = true; src = fetchFromGitHub { owner = "jeremiah-k"; repo = "fetchtastic"; tag = finalAttrs.version; hash = "sha256-E8f0je4w4sTmf/EX9I8dZ4Ge4bsEvr8E6S5i02n5k+E="; hash = "sha256-eFDj3qv3cYt/7tf+v93QwqoVLEEfpt21g4l0MrLTaLc="; }; pythonRelaxDeps = [ "platformdirs" ]; Loading @@ -22,6 +22,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiofiles aiohttp packaging pick platformdirs Loading @@ -32,6 +34,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { ]; nativeCheckInputs = with python3.pkgs; [ pytest-asyncio pytest-cov-stub pytest-mock pytestCheckHook Loading