python3Packages.textual: 7.0.0 -> 7.2.0

This commit is contained in:
R. Ryantm
2026-01-14 00:02:27 +00:00
parent 7680ec7c8a
commit 68d4902f01
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "7.0.0";
version = "7.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-wXv3Q0/q5U75D/XE6oR8bsUKZhGbP+a8DhNrU6klYjA=";
hash = "sha256-/BVrglVfGW2InkC0IKHOKZTP33tfqxGuXYQXWJVHmxw=";
};
build-system = [ poetry-core ];