python3Packages.textual: 7.4.0 -> 7.5.0

This commit is contained in:
R. Ryantm
2026-02-02 17:30:32 +00:00
parent a57d341039
commit eb37b6fc47
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "7.4.0";
version = "7.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-2wJ8WS5SHM3bgkDmoOgY9YbLhBfUtD9JNM6YCx5aznY=";
hash = "sha256-1QtWrh05ATKLIVSByWusYcEHEeH8+9qsSdyTNBzh9L0=";
};
build-system = [ poetry-core ];