python3Packages.meshtastic: 2.7.10 -> 2.7.11

This commit is contained in:
R. Ryantm
2026-07-18 03:13:57 +00:00
parent fbbddf225f
commit 3da812be24

View File

@@ -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 = [