Merge pull request #195384 from fabaff/meshtastic-bump

python310Packages.meshtastic: 1.3.37 -> 1.3.39

authored by

Fabian Affolter and committed by
GitHub
09d64317 c2e2f023

+2 -2
+2 -2
pkgs/development/python-modules/meshtastic/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "meshtastic"; 21 - version = "1.3.37"; 21 + version = "1.3.39"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "meshtastic"; 28 28 repo = "Meshtastic-python"; 29 29 rev = version; 30 - hash = "sha256-UcB8f0Ywmzm/EED4NECO4UkaxhtnYUpfUJPvkWIcKNg="; 30 + hash = "sha256-ymh8PNis9qh6mgc2IrDiFSwGm9sxC/6YWTxQ9HD0TJo="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [