Loading pkgs/development/python-modules/textual/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ platformdirs, rich, typing-extensions, mdit-py-plugins, # optional-dependencies tree-sitter, Loading @@ -29,14 +30,14 @@ buildPythonPackage rec { pname = "textual"; version = "6.3.0"; version = "6.4.0"; pyproject = true; src = fetchFromGitHub { owner = "Textualize"; repo = "textual"; tag = "v${version}"; hash = "sha256-3KxSuyfczyulbpysAO8mF7wvzd+807Lj6l6g0TygBnI="; hash = "sha256-lwtgPJK62SntL0ThoIpmEq0Ngjf8wl73Q8PXjvut3ps="; }; build-system = [ poetry-core ]; Loading @@ -46,6 +47,7 @@ buildPythonPackage rec { ]; dependencies = [ markdown-it-py mdit-py-plugins platformdirs rich typing-extensions Loading Loading
pkgs/development/python-modules/textual/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ platformdirs, rich, typing-extensions, mdit-py-plugins, # optional-dependencies tree-sitter, Loading @@ -29,14 +30,14 @@ buildPythonPackage rec { pname = "textual"; version = "6.3.0"; version = "6.4.0"; pyproject = true; src = fetchFromGitHub { owner = "Textualize"; repo = "textual"; tag = "v${version}"; hash = "sha256-3KxSuyfczyulbpysAO8mF7wvzd+807Lj6l6g0TygBnI="; hash = "sha256-lwtgPJK62SntL0ThoIpmEq0Ngjf8wl73Q8PXjvut3ps="; }; build-system = [ poetry-core ]; Loading @@ -46,6 +47,7 @@ buildPythonPackage rec { ]; dependencies = [ markdown-it-py mdit-py-plugins platformdirs rich typing-extensions Loading