python3Packages.textual: 6.2.1 -> 6.3.0 (#450985)

This commit is contained in:
Gaétan Lepage
2025-10-11 23:02:13 +00:00
committed by GitHub
@@ -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