Merge pull request #226864 from fabaff/meshtastic-bump

python310Packages.meshtastic: 2.0.12 -> 2.1.6
This commit is contained in:
Mario Rodas 2023-04-20 19:34:53 -05:00 committed by GitHub
commit d58ee9cbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
, pytestCheckHook
, pythonOlder
, pyyaml
, requests
, setuptools
, tabulate
, timeago
@ -19,7 +20,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.0.12";
version = "2.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-Y3X5LW85e+OQ548H13fQ0s+R870Hzp0kVd+v+lbdqtg=";
hash = "sha256-xfE4hfnf9NFA9iwce1onclLJOYgMWxuionmVUPDVEuw=";
};
propagatedBuildInputs = [
@ -41,6 +42,7 @@ buildPythonPackage rec {
pyserial
pyyaml
setuptools
requests
tabulate
timeago
];
@ -103,6 +105,11 @@ buildPythonPackage rec {
"test_writeGPIOs"
"test_reboot"
"test_shutdown"
"test_main_sendtext"
"test_main_sendtext_with_channel"
"test_MeshInterface"
"test_getNode_not_local"
"test_getNode_not_local_timeout"
];
meta = with lib; {