From 78a6389526ee6b1d773ebac8498314bb18825ee0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Apr 2025 08:43:06 +0200 Subject: [PATCH] python313Packages.aiorussound: 4.4.0 -> 4.5.0 Diff: https://github.com/noahhusby/aiorussound/compare/refs/tags/4.4.0...4.5.0 Changelog: https://github.com/noahhusby/aiorussound/releases/tag/4.5.0 --- 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 88b55ddd91f4..d534ab28e80b 100644 --- a/pkgs/development/python-modules/aiorussound/default.nix +++ b/pkgs/development/python-modules/aiorussound/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "aiorussound"; - version = "4.4.0"; + version = "4.5.0"; pyproject = true; # requires newer f-strings introduced in 3.12 @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiorussound"; tag = version; - hash = "sha256-y1ArQ4o9RRngJFT3uk3wO/EVZu3kWYXUx2pnTSFUruc="; + hash = "sha256-G4bJ2K9SBMoCwTCfn1oZSDoU/FHgZXQf13YEZJBKcNo="; }; build-system = [ poetry-core ];