python3Packages.meshtastic: 2.7.4 -> 2.7.5

This commit is contained in:
R. Ryantm
2025-11-23 13:36:59 +00:00
parent 0a344e2c83
commit d43900d971
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.7.4";
version = "2.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "meshtastic";
repo = "python";
tag = version;
hash = "sha256-fIr80k++BwA3UFgeS9Fgq6fpOOIcK4jj7bjfjqkc6ug=";
hash = "sha256-Vc8m5qc2vKQ4ZwP/TQWJhottBANqEaSUNFCbCNPmQnI=";
};
pythonRelaxDeps = [