Commit 93b2b67e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent e0aebe32
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -29,18 +29,21 @@

buildPythonPackage rec {
  pname = "textual";
  version = "6.2.1";
  version = "6.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Textualize";
    repo = "textual";
    tag = "v${version}";
    hash = "sha256-2myMafLHxJNw3EWLvlvg0wWznY6m04BOQjhYtRvYTP8=";
    hash = "sha256-3KxSuyfczyulbpysAO8mF7wvzd+807Lj6l6g0TygBnI=";
  };

  build-system = [ poetry-core ];

  pythonRelaxDeps = [
    "rich"
  ];
  dependencies = [
    markdown-it-py
    platformdirs