python311Packages.aiorussound: disable

This commit is contained in:
Martin Weinelt 2024-09-07 04:25:58 +02:00
parent 1232792e1b
commit 798b763e11
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
# build-system
poetry-core,
@ -19,6 +20,9 @@ buildPythonPackage rec {
version = "3.0.5";
pyproject = true;
# requires newer f-strings introduced in 3.12
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "noahhusby";
repo = "aiorussound";