Loading pkgs/development/python-modules/aiorussound/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, # build-system poetry-core, Loading @@ -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 Loading
pkgs/development/python-modules/aiorussound/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, # build-system poetry-core, Loading @@ -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