python3Packages.textual: 6.2.0 -> 6.2.1

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

Changelog: https://github.com/Textualize/textual/blob/v6.2.1/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-10-01 16:20:01 +00:00
parent 984ac240fe
commit 33349db0ee
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.2.0";
version = "6.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-XvuKwQwaNwgwKScgHNQyxkPXzDQtOA690Dt+VndmZ6o=";
hash = "sha256-2myMafLHxJNw3EWLvlvg0wWznY6m04BOQjhYtRvYTP8=";
};
build-system = [ poetry-core ];