From b70298fe11c0aa64d8f8171ed0df687cddfe1ea1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 18 Apr 2023 16:22:23 +0200 Subject: [PATCH] python310Packages.meshtastic: 2.0.12 -> 2.1.6 Changelog: https://github.com/meshtastic/python/releases/tag/2.1.6 --- .../development/python-modules/meshtastic/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index ec1f34fcf3d2..3e4842d53771 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -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; {