Commit 22de1473 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.denonavr: remove disabled

parent 06f5630c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@
  httpx,
  netifaces,
  pytest-asyncio,
  pytestCheckHook,
  pytest-httpx,
  pytest-timeout,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:
@@ -22,8 +22,6 @@ buildPythonPackage rec {
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "ol-iver";
    repo = "denonavr";