Merge pull request #332289 from greg-hellings/textual-0.75.0

python312Packages.textual: 0.72.0 -> 0.75.0
This commit is contained in:
Pol Dellaiera 2024-08-05 22:59:28 +02:00 committed by GitHub
commit feff2a407c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.72.0";
version = "0.75.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,10 +39,7 @@ buildPythonPackage rec {
] ++ markdown-it-py.optional-dependencies.plugins ++ markdown-it-py.optional-dependencies.linkify;
optional-dependencies = {
syntax = [
tree-sitter
tree-sitter-languages
];
syntax = [ tree-sitter ] ++ lib.optionals (pythonOlder "3.12") [ tree-sitter-languages ];
};
nativeCheckInputs = [