Commit dbc17fa0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent b5d04938
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 = [