Loading pkgs/by-name/ty/typstwriter/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/by-name/ty/typstwriter/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading