python3Packages.meshtastic: 2.7.4 -> 2.7.5 (#464275)

This commit is contained in:
Fabian Affolter
2025-11-23 14:18:58 +00:00
committed by GitHub
@@ -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 = [