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