python312Packages.aiorussound: 3.0.5 -> 3.1.5 (#344381)

This commit is contained in:
Fabian Affolter
2024-09-25 14:34:26 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiorussound";
version = "3.0.5";
version = "3.1.5";
pyproject = true;
# requires newer f-strings introduced in 3.12
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiorussound";
rev = "refs/tags/${version}";
hash = "sha256-tv/Box8YqmFXvnezp44lKrPscK9K24+mXBv9aZw/3M4=";
hash = "sha256-c9elemUdvX8Q8/Sr4DSXEx9SdRoLKibQFbY+WSDg/yM=";
};
build-system = [ poetry-core ];