Merge pull request #252639 from hulr/setzer

setzer: 56 -> 59
This commit is contained in:
Robert Schütz 2023-09-14 00:28:40 +00:00 committed by GitHub
commit 9ef8374074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,27 +6,27 @@
, gettext , gettext
, appstream , appstream
, appstream-glib , appstream-glib
, wrapGAppsHook , wrapGAppsHook4
, desktop-file-utils , desktop-file-utils
, gobject-introspection , gobject-introspection
, gtksourceview4 , gtk4
, gspell , gtksourceview5
, libhandy , libadwaita
, poppler_gi
, webkitgtk_4_1
, librsvg
, libportal , libportal
, librsvg
, poppler_gi
, webkitgtk_6_0
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "setzer"; pname = "setzer";
version = "56"; version = "59";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cvfosammmm"; owner = "cvfosammmm";
repo = "Setzer"; repo = "Setzer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-YCJu8EU+8RD09QNVT/RYF2ZJZ7cp+oawXThqTzg8ENQ="; hash = "sha256-PmkEOOi30Fa8VXNmKPvp6UAaw74MID9uTaCzXs9vPpk=";
}; };
format = "other"; format = "other";
@ -37,28 +37,28 @@ python3.pkgs.buildPythonApplication rec {
gettext gettext
appstream # for appstreamcli appstream # for appstreamcli
appstream-glib appstream-glib
wrapGAppsHook wrapGAppsHook4
desktop-file-utils desktop-file-utils
gobject-introspection gobject-introspection
]; ];
buildInputs = [ buildInputs = [
gtksourceview4 gtk4
gspell gtksourceview5
libhandy libadwaita
poppler_gi
webkitgtk_4_1
librsvg
libportal libportal
librsvg
poppler_gi
webkitgtk_6_0
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
bibtexparser
pdfminer-six
pexpect
pycairo
pygobject3 pygobject3
pyxdg pyxdg
pdfminer-six
pycairo
pexpect
bibtexparser
]; ];
checkPhase = '' checkPhase = ''