setzer: 55 -> 56
This commit is contained in:
parent
dbd0bd32f9
commit
0ddfe30bda
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user