nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.meshtastic: 2.7.2 -> 2.7.3

R. Ryantm 0845d8c5 2cd3cac1

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