Unverified Commit 7cdac43d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #332924 from NixOS/revert-332289-textual-0.75.0

Revert "python312Packages.textual: 0.72.0 -> 0.75.0"
parents 28d8a137 7b07040e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "textual";
  version = "0.75.0";
  version = "0.72.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -39,7 +39,10 @@ buildPythonPackage rec {
  ] ++ markdown-it-py.optional-dependencies.plugins ++ markdown-it-py.optional-dependencies.linkify;

  optional-dependencies = {
    syntax = [ tree-sitter ] ++ lib.optionals (pythonOlder "3.12") [ tree-sitter-languages ];
    syntax = [
      tree-sitter
      tree-sitter-languages
    ];
  };

  nativeCheckInputs = [