python3Packages.textual: 6.8.0 -> 6.9.0

Diff: https://github.com/Textualize/textual/compare/v6.8.0...v6.9.0

Changelog: https://github.com/Textualize/textual/blob/v6.9.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-12-14 23:21:09 +00:00
parent 785bbdc560
commit 5fe98c2a2d
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.8.0";
version = "6.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-2SIh7HeWQAd6bHVGzbIRDxkiQy5g0FFq0PjY21NcQEI=";
hash = "sha256-ZuQFsxTYFjmPeSspjqElr+PNX77Gq5gC4dceKWIx0h0=";
};
build-system = [ poetry-core ];