From 13049b146329be2d4709983b2fb3d3ded52cb7b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 May 2026 11:58:55 +0200 Subject: [PATCH] python3Packages.velbus-aio: 2026.4.0 -> 2026.4.1 Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2026.4.1 --- pkgs/development/python-modules/velbus-aio/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/velbus-aio/default.nix b/pkgs/development/python-modules/velbus-aio/default.nix index 773351f8062e..71855f7edd6b 100644 --- a/pkgs/development/python-modules/velbus-aio/default.nix +++ b/pkgs/development/python-modules/velbus-aio/default.nix @@ -6,24 +6,23 @@ buildPythonPackage, fetchFromGitHub, lxml, - pyserial, - pyserial-asyncio-fast, pytest-asyncio, pytestCheckHook, + serialx, setuptools, writableTmpDirAsHomeHook, }: buildPythonPackage (finalAttrs: { pname = "velbus-aio"; - version = "2026.4.0"; + version = "2026.4.1"; pyproject = true; src = fetchFromGitHub { owner = "Cereal2nd"; repo = "velbus-aio"; tag = finalAttrs.version; - hash = "sha256-bFR4iZdvkY8pg4OzAH7E0vEw7E5kyEII2iLfeG5p3OQ="; + hash = "sha256-l77L2JI2jXw+cQw/yO1LvyWBxvUF0IBctM5V02BGtO8="; fetchSubmodules = true; }; @@ -34,8 +33,7 @@ buildPythonPackage (finalAttrs: { backoff beautifulsoup4 lxml - pyserial - pyserial-asyncio-fast + serialx ]; nativeCheckInputs = [