Merge pull request #289705 from fabaff/meshtastic-bump

python311Packages.meshtastic: 2.2.21 -> 2.2.22
This commit is contained in:
Nick Cao
2024-02-18 13:03:44 -05:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.2.21";
version = "2.2.22";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-qmzPtHAw4hzHDOLA8RT1VqAOjI287oxYNVT2t8sspVw=";
hash = "sha256-bAg7Rr17Q+a+S0ZuHcFmmTM0sRcX2w0zRClKdFwix30=";
};
nativeBuildInputs = [