Unverified Commit 5ceea6ef authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

typstwriter: 0.2 -> 0.3 (#401976)

parents a8ebce41 6b048ea9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,23 +6,23 @@

python3.pkgs.buildPythonApplication rec {
  pname = "typstwriter";
  version = "0.2";
  version = "0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Bzero";
    repo = "typstwriter";
    rev = "V${version}";
    hash = "sha256-LhK1e6q7nmk13ZW55/1uEKhg7stQLIs+2bdFJDc24bg=";
    tag = "V${version}";
    hash = "sha256-0tCl/dMSWmUWZEVystb6BIYTwW7b6PH4LyERK4mi/LQ=";
  };

  build-system = [ python3.pkgs.flit-core ];

  dependencies = with python3.pkgs; [
    platformdirs
    pygments
    pyside6
    qtpy
    send2trash
    superqt
  ];