python3Packages.textual: 6.2.0 -> 6.2.1 (#447773)

This commit is contained in:
Gaétan Lepage
2025-10-01 22:51:46 +00:00
committed by GitHub
@@ -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 ];