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

python313Packages.meshtastic: 2.6.2 -> 2.6.3 (#405836)

parents 55d4c337 dbc17fa0
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.2";
  version = "2.6.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "python";
    tag = version;
    hash = "sha256-v9Fr3J829x1KtzplzXF2yDYwra70xNcJfaHpyiNP4ME=";
    hash = "sha256-pco8io8MzbK7Jv9rkzSK0A9UDLSyvfoZarFFjBLBNoM=";
  };

  pythonRelaxDeps = [