From efd0032ac7cb1c234c91df81066aece94316d4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 13 Jul 2026 20:14:45 -0700 Subject: [PATCH 1/3] python3Packages.pymodbus: 3.13.1 -> 3.14.0 Diff: https://github.com/pymodbus-dev/pymodbus/compare/v3.13.1...v3.14.0 Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.14.0 --- pkgs/development/python-modules/pymodbus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pymodbus/default.nix b/pkgs/development/python-modules/pymodbus/default.nix index fc0afe74e614..97243550c4ef 100644 --- a/pkgs/development/python-modules/pymodbus/default.nix +++ b/pkgs/development/python-modules/pymodbus/default.nix @@ -17,14 +17,14 @@ buildPythonPackage (finalAttrs: { pname = "pymodbus"; - version = "3.13.1"; + version = "3.14.0"; pyproject = true; src = fetchFromGitHub { owner = "pymodbus-dev"; repo = "pymodbus"; tag = "v${finalAttrs.version}"; - hash = "sha256-gaCD3bhwBXF08vn3v9OU2mT1WJycrqgtxUC8sRLmZ8Y="; + hash = "sha256-abU7hOXXJuoBHqSCL4++4ZHZcG8hcyLCMw56eBz1eQc="; }; __darwinAllowLocalNetworking = true; From d023df074d3e31a67dcc3fb3d24a787ea5232301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 13 Jul 2026 20:20:05 -0700 Subject: [PATCH 2/3] python3Packages.modbus-connection: 3.4.1 -> 3.6.0 Diff: https://github.com/home-assistant-libs/modbus-connection/compare/3.4.1...3.6.0 Changelog: https://github.com/home-assistant-libs/modbus-connection/releases/tag/3.6.0 --- pkgs/development/python-modules/modbus-connection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/modbus-connection/default.nix b/pkgs/development/python-modules/modbus-connection/default.nix index ad330e5d70be..5d16c2544027 100644 --- a/pkgs/development/python-modules/modbus-connection/default.nix +++ b/pkgs/development/python-modules/modbus-connection/default.nix @@ -12,7 +12,7 @@ buildPythonPackage (finalAttrs: { pname = "modbus-connection"; - version = "3.4.1"; + version = "3.6.0"; pyproject = true; __structuredAttrs = true; @@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: { owner = "home-assistant-libs"; repo = "modbus-connection"; tag = finalAttrs.version; - hash = "sha256-jWS6quM+hZTMGNyxopC4RS3mUaYAqD/MOsmTU7sD+pg="; + hash = "sha256-qDrtLziEMH0lsJ2o3p/6lMlPTdNIFqCvhtpbMJ89uKw="; }; nativeBuildInputs = [ From 9b21672212706e874a3faa8a73dc83b9ee4beab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 13 Jul 2026 20:29:47 -0700 Subject: [PATCH 3/3] home-assistant-custom-components.systemair: unpin pymodbus --- .../home-assistant/custom-components/systemair/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/servers/home-assistant/custom-components/systemair/package.nix b/pkgs/servers/home-assistant/custom-components/systemair/package.nix index e549e8d87c87..be387f0dd7aa 100644 --- a/pkgs/servers/home-assistant/custom-components/systemair/package.nix +++ b/pkgs/servers/home-assistant/custom-components/systemair/package.nix @@ -19,6 +19,10 @@ buildHomeAssistantComponent rec { hash = "sha256-6JLcWBZU5YXgdcZUuCIs2KAJJJ8U7nawYwOgSjsNajc="; }; + ignoreVersionRequirement = [ + "pymodbus" + ]; + dependencies = [ pymodbus async-timeout