python3Packages.meshtastic: 2.7.2 -> 2.7.3 (#445954)

authored by Fabian Affolter and committed by GitHub 394a260a 18dcbe9f

+2 -2
+2 -2
pkgs/development/python-modules/meshtastic/default.nix
··· 34 35 buildPythonPackage rec { 36 pname = "meshtastic"; 37 - version = "2.7.2"; 38 pyproject = true; 39 40 disabled = pythonOlder "3.9"; ··· 43 owner = "meshtastic"; 44 repo = "python"; 45 tag = version; 46 - hash = "sha256-8dNapcj4SW4fgbW48IxxrawyCuOayI/dxmVHQPshDp0="; 47 }; 48 49 pythonRelaxDeps = [
··· 34 35 buildPythonPackage rec { 36 pname = "meshtastic"; 37 + version = "2.7.3"; 38 pyproject = true; 39 40 disabled = pythonOlder "3.9"; ··· 43 owner = "meshtastic"; 44 repo = "python"; 45 tag = version; 46 + hash = "sha256-9p9tDc74WpH0+8orI69bW2Yj7Cow4v7M3cotIbk/mcw="; 47 }; 48 49 pythonRelaxDeps = [