python3Packages.meshtastic: 2.7.10 -> 2.7.11 (#543105)

This commit is contained in:
Fabian Affolter
2026-07-18 07:14:56 +00:00
committed by GitHub
@@ -33,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "meshtastic";
version = "2.7.10";
version = "2.7.11";
pyproject = true;
src = fetchFromGitHub {
owner = "meshtastic";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-bzDGiwaq58zmp93HXK9dpMVQiVZJA8MRO63bm3SPDzU=";
hash = "sha256-jHtGbG5W4KoX4pYr9WfrY56tlr2nhvhM0DeDddMOvis=";
};
pythonRelaxDeps = [