From 3e459bd9d9d2922917c4f39d4b35fac3ca0df6e9 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 27 Oct 2025 06:32:21 +0000 Subject: [PATCH] letterpress: 2.1 -> 2.2 Changelog: https://gitlab.gnome.org/World/Letterpress/-/releases/2.2 Diff: https://gitlab.gnome.org/World/Letterpress/-/compare/2.1..2.2 --- pkgs/by-name/le/letterpress/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/le/letterpress/package.nix b/pkgs/by-name/le/letterpress/package.nix index e83eaa0811cf..89092dd68145 100644 --- a/pkgs/by-name/le/letterpress/package.nix +++ b/pkgs/by-name/le/letterpress/package.nix @@ -1,7 +1,6 @@ { lib, fetchFromGitLab, - fetchpatch, wrapGAppsHook4, appstream, blueprint-compiler, @@ -18,25 +17,16 @@ }: python3Packages.buildPythonApplication rec { pname = "letterpress"; - version = "2.1"; + version = "2.2"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "letterpress"; rev = version; - hash = "sha256-9U8iH3V4WMljdtWLmb0RlexLeAN5StJ0c9RlEB2E7Xs="; + hash = "sha256-cqLodI6UjdLCKLGGcSIbXu1+LOcq2DE00V+lVS7OBMg="; }; - patches = [ - # Fix application segmentation fault on file chooser dialog opening - # https://gitlab.gnome.org/World/Letterpress/-/merge_requests/16 - (fetchpatch { - url = "https://gitlab.gnome.org/World/Letterpress/-/commit/15059eacca14204d1092a6e32ef30c6ce4df6d36.patch"; - hash = "sha256-pjg/O9advtkZ0l73GQtL/GYcTWeOs5l3VGOdnsZCWI0="; - }) - ]; - runtimeDeps = [ jp2a ]; @@ -81,6 +71,7 @@ python3Packages.buildPythonApplication rec { High-res output can still be viewed comfortably by lowering the zoom factor. ''; homepage = "https://apps.gnome.org/Letterpress/"; + changelog = "https://gitlab.gnome.org/World/Letterpress/-/releases/${version}"; license = licenses.gpl3Plus; maintainers = [ maintainers.dawidd6 ]; teams = [ teams.gnome-circle ];