From 95d4d9641c960250c835c9d2c05b62dde409bea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 7 Jan 2026 03:59:19 -0800 Subject: [PATCH] python3Packages.systembridgeconnector: 5.2.4 -> 5.3.1 Diff: https://github.com/timmo001/system-bridge-connector/compare/5.2.4...5.3.1 Changelog: https://github.com/timmo001/system-bridge-connector/releases/tag/5.3.1 --- .../python-modules/systembridgeconnector/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/systembridgeconnector/default.nix b/pkgs/development/python-modules/systembridgeconnector/default.nix index 5ce44bbbb46c..3b13e29dbce2 100644 --- a/pkgs/development/python-modules/systembridgeconnector/default.nix +++ b/pkgs/development/python-modules/systembridgeconnector/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "systembridgeconnector"; - version = "5.2.4"; + version = "5.3.1"; pyproject = true; src = fetchFromGitHub { owner = "timmo001"; repo = "system-bridge-connector"; tag = version; - hash = "sha256-2ExuhxaN0qfmiHruDM+/3VIKxVOH62iGN/TB3eflJvQ="; + hash = "sha256-VM5Or2IiLN+ceUyCaCRxys9B12JSaSfDwaoII2X6q/A="; }; build-system = [ @@ -49,6 +49,7 @@ buildPythonPackage rec { disabledTests = [ "test_execute_command" + "test_get_commands" "test_get_data" "test_get_directories" "test_get_file"