From 8d0cd6112f386ed955bc5ab5a2b7bafd8a3659a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 16 Jan 2021 10:47:15 +0100 Subject: [PATCH] setzer: 0.3.2 -> 0.3.9 --- pkgs/applications/editors/setzer/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/setzer/default.nix b/pkgs/applications/editors/setzer/default.nix index 46dc413971d9..aa1b86d64dbb 100644 --- a/pkgs/applications/editors/setzer/default.nix +++ b/pkgs/applications/editors/setzer/default.nix @@ -7,6 +7,7 @@ , appstream , appstream-glib , wrapGAppsHook +, desktop-file-utils , gobject-introspection , gtksourceview4 , gspell @@ -17,13 +18,13 @@ python3.pkgs.buildPythonApplication rec { pname = "setzer"; - version = "0.3.2"; + version = "0.3.9"; src = fetchFromGitHub { owner = "cvfosammmm"; repo = "Setzer"; rev = "v${version}"; - sha256 = "1c7jrq20m53y2k8lmh37zldgc3bndldxipx4xq0lz3qq2fv1gg07"; + sha256 = "1qmy2bxl8x6pijjaaj91v6rqdipha6iyy0b6b9y1lk3r2p3azd42"; }; format = "other"; @@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec { appstream # for appstreamcli appstream-glib wrapGAppsHook + desktop-file-utils ]; buildInputs = [ @@ -49,6 +51,7 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ pygobject3 pyxdg + pypdf2 ]; meta = with lib; {