setzer: 0.4.0 -> 0.4.1

This commit is contained in:
Robert Schütz 2021-01-23 16:36:35 +01:00
parent 9d6fd2ba13
commit 09640efc3d

View file

@ -18,13 +18,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "setzer"; pname = "setzer";
version = "0.4.0"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cvfosammmm"; owner = "cvfosammmm";
repo = "Setzer"; repo = "Setzer";
rev = "v${version}"; rev = "v${version}";
sha256 = "036xbg65h255zlvz9l86sw6w9l4qfyf13x8p8ml7dj52hcdfvyb9"; sha256 = "1rcx2c07jg1ij81pnvg3px49hfbjmkagn68d3gp79z3gcajbp2av";
}; };
format = "other"; format = "other";
@ -55,6 +55,10 @@ python3.pkgs.buildPythonApplication rec {
pycairo pycairo
]; ];
checkPhase = ''
meson test --print-errorlogs
'';
meta = with lib; { meta = with lib; {
description = "LaTeX editor written in Python with Gtk"; description = "LaTeX editor written in Python with Gtk";
homepage = src.meta.homepage; homepage = src.meta.homepage;