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

Merge pull request #336289 from drupol/typstwriter/bump/0-2

typstwriter: 0.1 -> 0.2
parents e6781a03 a957136b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

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

  src = fetchFromGitHub {
    owner = "Bzero";
    repo = "typstwriter";
    rev = "V${version}";
    hash = "sha256-xgBBZTViMzYgxaYb24druUwLqVWdf9utCETC+goLqYk=";
    hash = "sha256-LhK1e6q7nmk13ZW55/1uEKhg7stQLIs+2bdFJDc24bg=";
  };

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