python3Packages.textual: 6.5.0 -> 6.6.0 (#460507)

This commit is contained in:
Gaétan Lepage
2025-11-11 12:43:30 +00:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.5.0";
version = "6.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-Z9KevcicU+mt1XglYOdGWnMbRa1zpbts+0D2nwtgAac=";
hash = "sha256-gJWgGyPfSBxZRVuWvcehDs+hr2gmRsL6tleYCVPOPg4=";
};
build-system = [ poetry-core ];