From c2e07c76ad57e9f06225cfa2737f392e28d0bbba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Jul 2025 01:38:54 +0200 Subject: [PATCH] python312Packages.aiorussound: 4.6.1 -> 4.8.0 Changelog: https://github.com/noahhusby/aiorussound/releases/tag/4.8.0 --- pkgs/development/python-modules/aiorussound/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiorussound/default.nix b/pkgs/development/python-modules/aiorussound/default.nix index 088f04c3b122..dd636bfcfbad 100644 --- a/pkgs/development/python-modules/aiorussound/default.nix +++ b/pkgs/development/python-modules/aiorussound/default.nix @@ -10,6 +10,7 @@ # dependencies mashumaro, orjson, + pyserial-asyncio-fast, # tests pytestCheckHook, @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "aiorussound"; - version = "4.6.1"; + version = "4.8.0"; pyproject = true; # requires newer f-strings introduced in 3.12 @@ -27,7 +28,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiorussound"; tag = version; - hash = "sha256-ZpN+wMLEcHNzi46ObYClaf7A+Zk9BtfVEvBXOq9ATjo="; + hash = "sha256-JKHuCDabW/OuwM+Kcm8lkLqgql8fhEuTL5pVEGibwzY="; }; build-system = [ poetry-core ]; @@ -35,6 +36,7 @@ buildPythonPackage rec { dependencies = [ mashumaro orjson + pyserial-asyncio-fast ]; nativeCheckInputs = [