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

Merge pull request #285621 from r-ryantm/auto-update/python311Packages.meshtastic

python311Packages.meshtastic: 2.2.19 -> 2.2.20
parents 77690f54 8e7d0fec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.2.19";
  version = "2.2.20";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "Meshtastic-python";
    rev = "refs/tags/${version}";
    hash = "sha256-5VXvh0W3llSnpIalg1e+JyFgmlTV5J2x4VC/j2+9Xb8=";
    hash = "sha256-0q8omX306iM3p52u39Dc7m6oxAPo9Fs6CEVicYdIMT4=";
  };

  nativeBuildInputs = [