python3Packages.meshtastic: 2.7.8 -> 2.7.9 (#529917)

This commit is contained in:
Fabian Affolter
2026-06-09 18:21:49 +00:00
committed by GitHub
@@ -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 = [