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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user