python3Packages.textual: 6.2.1 -> 6.3.0

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

Changelog: https://github.com/Textualize/textual/blob/v6.3.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-10-11 22:22:30 +00:00
parent e0aebe32e1
commit 93b2b67e3b
@@ -29,18 +29,21 @@
buildPythonPackage rec {
pname = "textual";
version = "6.2.1";
version = "6.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-2myMafLHxJNw3EWLvlvg0wWznY6m04BOQjhYtRvYTP8=";
hash = "sha256-3KxSuyfczyulbpysAO8mF7wvzd+807Lj6l6g0TygBnI=";
};
build-system = [ poetry-core ];
pythonRelaxDeps = [
"rich"
];
dependencies = [
markdown-it-py
platformdirs