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

python312Packages.meshtastic: 2.4.3 -> 2.5.0 (#342462)

parents 14392643 2584931c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.4.3";
  version = "2.5.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "Meshtastic-python";
    rev = "refs/tags/${version}";
    hash = "sha256-cI3ETBz/3Megd3T/JVFdsN7Ap7SPj89IEIaA316INTk=";
    hash = "sha256-f2nMbX2qCOwI5N6VunVSFncrEVpYMpc5o7hEZ0sg7rU=";
  };

  pythonRelaxDeps = [