python3Packages.textual: 6.3.0 -> 6.4.0

Diff: https://github.com/Textualize/textual/compare/v6.3.0...v6.4.0

Changelog: https://github.com/Textualize/textual/blob/v6.4.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-10-22 20:48:09 +00:00
parent 3d7fd4ed97
commit 8c8d23b188
@@ -11,6 +11,7 @@
platformdirs,
rich,
typing-extensions,
mdit-py-plugins,
# optional-dependencies
tree-sitter,
@@ -29,14 +30,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.3.0";
version = "6.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-3KxSuyfczyulbpysAO8mF7wvzd+807Lj6l6g0TygBnI=";
hash = "sha256-lwtgPJK62SntL0ThoIpmEq0Ngjf8wl73Q8PXjvut3ps=";
};
build-system = [ poetry-core ];
@@ -46,6 +47,7 @@ buildPythonPackage rec {
];
dependencies = [
markdown-it-py
mdit-py-plugins
platformdirs
rich
typing-extensions