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