Unverified Commit 3ce1cca4 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #234985 from fabaff/meshtastic-bump

python311Packages.meshtastic: 2.1.6 -> 2.1.7
parents 0076bdf2 88bc1844
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.1.6";
  version = "2.1.7";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "Meshtastic-python";
    rev = "refs/tags/${version}";
    hash = "sha256-xfE4hfnf9NFA9iwce1onclLJOYgMWxuionmVUPDVEuw=";
    hash = "sha256-9uzXDgmUF0pHJ+AW/ao3EBsbqozGzzF1+W8YNLViNM0=";
  };

  propagatedBuildInputs = [