Unverified Commit 9c76c8af authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.meshtastic: 2.6.4 -> 2.7.0 (#430540)

parents 0f565110 777f9bfb
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.4";
  version = "2.7.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "python";
    tag = version;
    hash = "sha256-pbDWxnYrUFEJ3XHwoQZnGc/USbOKAzJtJ6nHkTv/e6Y=";
    hash = "sha256-7VBT4W0TWAEyjAEOA0FPOECS1JxFEpNLkWNHVFiWL1E=";
  };

  pythonRelaxDeps = [