Skip to content

Commit 3e459bd

Browse files
committed
1 parent 91f5c08 commit 3e459bd

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

pkgs/by-name/le/letterpress/package.nix

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
fetchFromGitLab,
4-
fetchpatch,
54
wrapGAppsHook4,
65
appstream,
76
blueprint-compiler,
@@ -18,25 +17,16 @@
1817
}:
1918
python3Packages.buildPythonApplication rec {
2019
pname = "letterpress";
21-
version = "2.1";
20+
version = "2.2";
2221

2322
src = fetchFromGitLab {
2423
domain = "gitlab.gnome.org";
2524
owner = "World";
2625
repo = "letterpress";
2726
rev = version;
28-
hash = "sha256-9U8iH3V4WMljdtWLmb0RlexLeAN5StJ0c9RlEB2E7Xs=";
27+
hash = "sha256-cqLodI6UjdLCKLGGcSIbXu1+LOcq2DE00V+lVS7OBMg=";
2928
};
3029

31-
patches = [
32-
# Fix application segmentation fault on file chooser dialog opening
33-
# https://gitlab.gnome.org/World/Letterpress/-/merge_requests/16
34-
(fetchpatch {
35-
url = "https://gitlab.gnome.org/World/Letterpress/-/commit/15059eacca14204d1092a6e32ef30c6ce4df6d36.patch";
36-
hash = "sha256-pjg/O9advtkZ0l73GQtL/GYcTWeOs5l3VGOdnsZCWI0=";
37-
})
38-
];
39-
4030
runtimeDeps = [
4131
jp2a
4232
];
@@ -81,6 +71,7 @@ python3Packages.buildPythonApplication rec {
8171
High-res output can still be viewed comfortably by lowering the zoom factor.
8272
'';
8373
homepage = "https://apps.gnome.org/Letterpress/";
74+
changelog = "https://gitlab.gnome.org/World/Letterpress/-/releases/${version}";
8475
license = licenses.gpl3Plus;
8576
maintainers = [ maintainers.dawidd6 ];
8677
teams = [ teams.gnome-circle ];

0 commit comments

Comments
 (0)