python3Packages.textual: 7.4.0 -> 7.5.0 (#486342)

This commit is contained in:
Gergő Gutyina
2026-02-02 21:59:38 +00:00
committed by GitHub
@@ -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 ];