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

python312Packages.meshtastic: 2.4.0 -> 2.4.1 (#339966)

parents f7d25089 fd9fd8a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildPythonPackage rec {
  pname = "meshtastic";
  version = "2.4.0";
  version = "2.4.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    owner = "meshtastic";
    repo = "Meshtastic-python";
    rev = "refs/tags/${version}";
    hash = "sha256-qEjwlIkgZGsnvKCSL4jcJl472HIlQDynwPWRCNE/EQE=";
    hash = "sha256-j5J/cWZwayt9RZFeMkTgzhRJznfxNUhXzV5lBLZNBhM=";
  };

  pythonRelaxDeps = [