Loading pkgs/development/python-modules/meshtastic/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ pyserial, pytap2, pytestCheckHook, pythonOlder, pyyaml, requests, riden, Loading @@ -37,8 +36,6 @@ buildPythonPackage rec { version = "2.7.4"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "meshtastic"; repo = "python"; Loading Loading @@ -126,7 +123,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Meshtastic devices"; homepage = "https://github.com/meshtastic/python"; changelog = "https://github.com/meshtastic/python/releases/tag/${version}"; changelog = "https://github.com/meshtastic/python/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/meshtastic/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ pyserial, pytap2, pytestCheckHook, pythonOlder, pyyaml, requests, riden, Loading @@ -37,8 +36,6 @@ buildPythonPackage rec { version = "2.7.4"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "meshtastic"; repo = "python"; Loading Loading @@ -126,7 +123,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Meshtastic devices"; homepage = "https://github.com/meshtastic/python"; changelog = "https://github.com/meshtastic/python/releases/tag/${version}"; changelog = "https://github.com/meshtastic/python/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading