From 6c33c701eba7c01f082b776cd03306d9f8501ee0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Aug 2023 09:04:07 +0000 Subject: [PATCH] python311Packages.meshtastic: 2.2.0 -> 2.2.1 Changelog: https://github.com/meshtastic/python/releases/tag/2.2.1 --- pkgs/development/python-modules/meshtastic/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 9411838540b3..00552394c8bb 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.2.0"; + version = "2.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-6oxKaMFXZTrz7gZpSAtXI5Jit7z5NWQgUkd1yB3EtA8="; + hash = "sha256-szeY3+84xAihGK9nLgMQf9oLRDlKlaPg6+I42TJkfVY="; }; propagatedBuildInputs = [ @@ -110,6 +110,7 @@ buildPythonPackage rec { "test_MeshInterface" "test_getNode_not_local" "test_getNode_not_local_timeout" + "test_main_onConnected_exception" ]; meta = with lib; {