Merge pull request #251544 from fabaff/meshtastic-bump

python311Packages.meshtastic: 2.2.1 -> 2.2.2

authored by Matthias Beyer and committed by GitHub 1f84a4a1 928739d9

+2 -2
+2 -2
pkgs/development/python-modules/meshtastic/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "meshtastic"; 23 - version = "2.2.1"; 23 + version = "2.2.2"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = "meshtastic"; 30 30 repo = "Meshtastic-python"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-szeY3+84xAihGK9nLgMQf9oLRDlKlaPg6+I42TJkfVY="; 32 + hash = "sha256-7mQq0phe920t7aJxvP0cCpVNH9s7F+x1fBdzAVUgtKE="; 33 33 }; 34 34 35 35 propagatedBuildInputs = [