python3Packages.meshtastic: 2.7.7 -> 2.7.8

This commit is contained in:
R. Ryantm
2026-03-03 00:51:01 +00:00
parent d87c566258
commit b7bdcc4682
@@ -33,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "meshtastic";
version = "2.7.7";
version = "2.7.8";
pyproject = true;
src = fetchFromGitHub {
owner = "meshtastic";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-dpO5mYdEagJ/dDiKV7vJMRdQAZN0GY7/Sf6/kkHRpCM=";
hash = "sha256-LAcBD7BUNzexq3kTY/fw2yPMq66T5+cPj9p3GeGH/Vw=";
};
pythonRelaxDeps = [