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

python313Packages.meshtastic: 2.5.11 -> 2.5.12 (#385307)

parents b1a2bd90 a5ad4e62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.5.11";
  version = "2.5.12";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "python";
    tag = version;
    hash = "sha256-qV+yueBaBRiFdpnvgyhoh4IkoMihG030ZqxTqQR+UsY=";
    hash = "sha256-6EHO6GQEl26TksB9yClclPLcz85LRtd8JejsyWQXnoM=";
  };

  pythonRelaxDeps = [