python311Packages.aiorussound: disable
This commit is contained in:
parent
1232792e1b
commit
798b763e11
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user