python3Packages.aiorussound: 4.9.0 -> 4.9.1

This commit is contained in:
R. Ryantm
2026-03-28 19:55:27 +00:00
parent 7a4dd1b237
commit 27775f183b
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiorussound";
version = "4.9.0";
version = "4.9.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-okuDbY4Dx57a7zQc+LYCwe+FOjQS+hbAzSAK47uhGFg=";
hash = "sha256-vDGNb2eXvNLWzEs9ZI2vOk4+7RJQ/ISu9PCkIWCBJQw=";
};
build-system = [ poetry-core ];