python3Packages.textual: 4.0.0 -> 5.2.0

https://github.com/Textualize/textual/blob/v5.2.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:27 +02:00
parent bbc0262af0
commit 22d3dcf2cf
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "4.0.0";
version = "5.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-rVDr4Snp5qnErxWRM9yoxnzzX8gg8nD3RbBkL1rmgqI=";
hash = "sha256-cv8pLEPmL4jtiMCohDPqBJwGnLcr3d1MXKdNvQHEQN8=";
};
build-system = [ poetry-core ];