python313Packages.meshtastic: 2.6.0 -> 2.6.1 (#396584)

authored by Fabian Affolter and committed by GitHub e84430c4 81bd947c

+2 -2
+2 -2
pkgs/development/python-modules/meshtastic/default.nix
··· 34 35 buildPythonPackage rec { 36 pname = "meshtastic"; 37 - version = "2.6.0"; 38 pyproject = true; 39 40 disabled = pythonOlder "3.9"; ··· 43 owner = "meshtastic"; 44 repo = "python"; 45 tag = version; 46 - hash = "sha256-JPQa5l+xIHjA6STLVg887drYG7wXKvGBArV6cOzYKvA="; 47 }; 48 49 pythonRelaxDeps = [
··· 34 35 buildPythonPackage rec { 36 pname = "meshtastic"; 37 + version = "2.6.1"; 38 pyproject = true; 39 40 disabled = pythonOlder "3.9"; ··· 43 owner = "meshtastic"; 44 repo = "python"; 45 tag = version; 46 + hash = "sha256-FcvshADZVXIqq9dfNIozzhWT9h+3/b9BIOsveETVO74="; 47 }; 48 49 pythonRelaxDeps = [