python3Packages.textual: 8.2.7 -> 8.2.8

This commit is contained in:
R. Ryantm
2026-07-02 19:14:01 +00:00
parent 3994a6869a
commit 646a728951
@@ -37,7 +37,7 @@
buildPythonPackage (finalAttrs: {
pname = "textual";
version = "8.2.7";
version = "8.2.8";
pyproject = true;
__structuredAttrs = true;
@@ -45,7 +45,7 @@ buildPythonPackage (finalAttrs: {
owner = "Textualize";
repo = "textual";
tag = "v${finalAttrs.version}";
hash = "sha256-jRTdxVpeRk8gAur5+VpLVVghBdYenXysoEFRBfczkR4=";
hash = "sha256-4T+/eD0adPugDP7TCDoDaOe0OrEFskCUadLVEixmTwo=";
};
build-system = [ poetry-core ];