python3Packages.textual: 8.0.2 -> 8.1.1

This commit is contained in:
R. Ryantm
2026-03-12 22:55:32 +00:00
parent a6ef64ca72
commit d350212ff0
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "8.0.2";
version = "8.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-xaoCagiItqueVKw+L/h76JVSR7BywiC40apOLQPwybY=";
hash = "sha256-jYjw4iqJ/CrawQwcwqAfQLc04tfdTqq6ERJsfx4FDMs=";
};
build-system = [ poetry-core ];