Skip to content

Commit

Permalink
python312Packages.textual: 0.72.0 -> 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Aug 10, 2024
1 parent ea08d0d commit a0b66d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/development/python-modules/textual/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
markdown-it-py,
poetry-core,
pytest-aiohttp,
pytest-xdist,
pytestCheckHook,
pythonOlder,
rich,
Expand All @@ -18,7 +19,7 @@

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

disabled = pythonOlder "3.8";
Expand All @@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "textual";
rev = "refs/tags/v${version}";
hash = "sha256-iNl9bos1GBLmHRvSgqYD8b6cptmmMktXkDXQbm3xMtc=";
hash = "sha256-rqaJHl8nRTLbNqOATx+UKEpSGBonFcogZTx20dAsb48=";
};

build-system = [ poetry-core ];
Expand All @@ -39,15 +40,13 @@ 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 = [
jinja2
pytest-aiohttp
pytest-xdist
pytestCheckHook
syrupy
time-machine
Expand Down

0 comments on commit a0b66d0

Please sign in to comment.