setzer: 55 -> 56

This commit is contained in:
hulr 2023-07-20 00:15:37 +02:00 committed by hr
parent dbd0bd32f9
commit 0ddfe30bda

View file

@ -15,17 +15,18 @@
, poppler_gi
, webkitgtk_4_1
, librsvg
, libportal
}:
python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "55";
version = "56";
src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
hash = "sha256-Mcl9kWeo4w/wW8crR58Yyqoh26w8/SmNrjmHps6DmRA=";
hash = "sha256-YCJu8EU+8RD09QNVT/RYF2ZJZ7cp+oawXThqTzg8ENQ=";
};
format = "other";
@ -48,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
poppler_gi
webkitgtk_4_1
librsvg
libportal
];
propagatedBuildInputs = with python3.pkgs; [
@ -56,6 +58,7 @@ python3.pkgs.buildPythonApplication rec {
pdfminer-six
pycairo
pexpect
bibtexparser
];
checkPhase = ''