From 67f65de73be82e63bb55d5d1bda6521d1fe74a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 6 May 2026 09:02:40 -0700 Subject: [PATCH] python3Packages.aiorussound: 4.9.1 -> 5.0.1 Diff: https://github.com/noahhusby/aiorussound/compare/4.9.1...5.0.1 Changelog: https://github.com/noahhusby/aiorussound/releases/tag/5.0.1 --- pkgs/development/python-modules/aiorussound/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiorussound/default.nix b/pkgs/development/python-modules/aiorussound/default.nix index 5841e5992817..3a1b6ea6f8b4 100644 --- a/pkgs/development/python-modules/aiorussound/default.nix +++ b/pkgs/development/python-modules/aiorussound/default.nix @@ -10,7 +10,7 @@ # dependencies mashumaro, orjson, - pyserial-asyncio-fast, + serialx, # tests pytestCheckHook, @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aiorussound"; - version = "4.9.1"; + version = "5.0.1"; pyproject = true; # requires newer f-strings introduced in 3.12 @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiorussound"; tag = version; - hash = "sha256-vDGNb2eXvNLWzEs9ZI2vOk4+7RJQ/ISu9PCkIWCBJQw="; + hash = "sha256-TFRxeQQwgoI4O0k6A1pO622oEONOxANQDLr7SAkjuA0="; }; build-system = [ poetry-core ]; @@ -36,7 +36,7 @@ buildPythonPackage rec { dependencies = [ mashumaro orjson - pyserial-asyncio-fast + serialx ]; nativeCheckInputs = [