Unverified Commit 4ba651b7 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.textual: 6.3.0 -> 6.4.0 (#454639)

parents 6044a811 8c8d23b1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  platformdirs,
  rich,
  typing-extensions,
  mdit-py-plugins,

  # optional-dependencies
  tree-sitter,
@@ -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 ];
@@ -46,6 +47,7 @@ buildPythonPackage rec {
  ];
  dependencies = [
    markdown-it-py
    mdit-py-plugins
    platformdirs
    rich
    typing-extensions