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

python313Packages.meshtastic: 2.6.0 -> 2.6.1 (#396584)

parents 81bd947c b36b2b78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.6.0";
  version = "2.6.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "python";
    tag = version;
    hash = "sha256-JPQa5l+xIHjA6STLVg887drYG7wXKvGBArV6cOzYKvA=";
    hash = "sha256-FcvshADZVXIqq9dfNIozzhWT9h+3/b9BIOsveETVO74=";
  };

  pythonRelaxDeps = [