python3Packages.meshtastic: 2.7.8 -> 2.7.9

This commit is contained in:
R. Ryantm
2026-06-09 12:33:54 +00:00
parent 3a9d046b50
commit ce183ddcc5
@@ -33,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "meshtastic";
version = "2.7.8";
version = "2.7.9";
pyproject = true;
src = fetchFromGitHub {
owner = "meshtastic";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-LAcBD7BUNzexq3kTY/fw2yPMq66T5+cPj9p3GeGH/Vw=";
hash = "sha256-u3lU48VyFsfwHVXz/mSmJUW7c+mQ5BR2SclwCKym27k=";
};
pythonRelaxDeps = [