python3Packages.textual: 7.3.0 -> 7.4.0

This commit is contained in:
R. Ryantm
2026-01-26 20:33:24 +00:00
parent ed4ecd3a08
commit 36a46b62cb
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "7.3.0";
version = "7.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-IT/U1RpepeXx9x7WZ2v3MUCGOnB/MsSyukiO8iRCKeA=";
hash = "sha256-2wJ8WS5SHM3bgkDmoOgY9YbLhBfUtD9JNM6YCx5aznY=";
};
build-system = [ poetry-core ];