python3Packages.textual: 6.8.0 -> 6.9.0 (#470870)

This commit is contained in:
Gaétan Lepage
2025-12-15 08:23:56 +00:00
committed by GitHub
@@ -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 ];