Unverified Commit 798b763e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.aiorussound: disable

parent 1232792e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";