python313Packages.aiorussound: 4.5.2 -> 4.6.0 (#417676)

This commit is contained in:
Martin Weinelt
2025-06-18 19:29:23 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiorussound";
version = "4.5.2";
version = "4.6.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-4/FuYROiyFP+13ZWkAATpRSAvkiDNMLw6MnP/lagI9I=";
hash = "sha256-sL2ayY8w+2jTt6Tx0sdl9AK7csw9he5Pk1QIowN7Wnw=";
};
build-system = [ poetry-core ];