setzer: 0.4.8 -> 55

Diff: https://github.com/cvfosammmm/Setzer/compare/v0.4.8...v55
This commit is contained in:
Robert Schütz 2023-04-10 13:47:54 -07:00 committed by Robert Schütz
parent 6058bbafdf
commit e03d23246e

View file

@ -11,20 +11,21 @@
, gobject-introspection
, gtksourceview4
, gspell
, libhandy
, poppler_gi
, webkitgtk
, webkitgtk_4_1
, librsvg
}:
python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "0.4.8";
version = "55";
src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
hash = "sha256-7NPyvAof0xObYZws3KFAbdue/GpIRthzdX00jc9GhYs=";
hash = "sha256-Mcl9kWeo4w/wW8crR58Yyqoh26w8/SmNrjmHps6DmRA=";
};
format = "other";
@ -43,8 +44,9 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [
gtksourceview4
gspell
libhandy
poppler_gi
webkitgtk
webkitgtk_4_1
librsvg
];