Unverified Commit be1ceb47 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.json-schema-for-humans: remove disabled

parent 9ad1e591
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  poetry-core,
  pygments,
  pytestCheckHook,
  pythonOlder,
  pytz,
  pyyaml,
  requests,
@@ -22,8 +21,6 @@ buildPythonPackage rec {
  version = "1.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "coveooss";
    repo = "json-schema-for-humans";