From 13fc77f3e92a398abd330c09e40de33b3a81f9fa Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Sep 2025 00:00:54 +0200 Subject: [PATCH] python313Packages.aiorussound: 4.8.1 -> 4.8.2 Diff: https://github.com/noahhusby/aiorussound/compare/4.8.1...4.8.2 Changelog: https://github.com/noahhusby/aiorussound/releases/tag/4.8.2 --- pkgs/development/python-modules/aiorussound/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiorussound/default.nix b/pkgs/development/python-modules/aiorussound/default.nix index 6122a3431cff..2c215840e9ad 100644 --- a/pkgs/development/python-modules/aiorussound/default.nix +++ b/pkgs/development/python-modules/aiorussound/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aiorussound"; - version = "4.8.1"; + version = "4.8.2"; pyproject = true; # requires newer f-strings introduced in 3.12 @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiorussound"; tag = version; - hash = "sha256-LagnFE5aWEoNYbthE01cM0fQBEGDF0ReJzSTvteg2BU="; + hash = "sha256-5g1LdltGw96EZWWj0Fei8i6l5yslQgicI/oI9jr1w0U="; }; build-system = [ poetry-core ];