Unverified Commit de3b6055 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.meshtastic: modernize

parent 52696ff1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
  pyserial,
  pytap2,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  requests,
  riden,
@@ -37,8 +36,6 @@ buildPythonPackage rec {
  version = "2.7.4";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "meshtastic";
    repo = "python";
@@ -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 ];
  };