python3Packages.textual: 8.2.5 -> 8.2.6 (#521893)

This commit is contained in:
Gergő Gutyina
2026-05-19 14:08:20 +00:00
committed by GitHub
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "8.2.5";
version = "8.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-bQnyTnoG/3Lcrn9cHwNHUYw6piOg8U9bAoPfZW7SDmQ=";
hash = "sha256-VSgwa817ovlbKnuJx6KCy3osund8PXZ4Sqlh02TkxGA=";
};
build-system = [ poetry-core ];