Skip to content

Commit 4a2e02b

Browse files
authored
saldo: 0.8.3 -> 0.8.4 (NixOS#484535)
2 parents f5b891d + d7f57d2 commit 4a2e02b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pkgs/by-name/sa/saldo/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
fetchFromGitLab,
44
python3,
5-
appstream-glib,
5+
appstream,
66
blueprint-compiler,
77
desktop-file-utils,
88
glib,
@@ -20,22 +20,22 @@
2020

2121
python3.pkgs.buildPythonApplication rec {
2222
pname = "saldo";
23-
version = "0.8.3";
23+
version = "0.8.4";
2424
pyproject = false;
2525

2626
src = fetchFromGitLab {
2727
owner = "tabos";
2828
repo = "saldo";
2929
tag = version;
30-
hash = "sha256-ItdEse9ab5spvxcWn1FTAl7ppfjohRr0CXI4ImiSe+g=";
30+
hash = "sha256-QOhHDbXq+QHq6XV/ejt5+Si1bXRZZxLjsRlWVw7Zsuk=";
3131
};
3232

3333
postPatch = ''
3434
patchShebangs meson_post_conf.py meson_post_install.py
3535
'';
3636

3737
nativeBuildInputs = [
38-
appstream-glib # for appstream-util
38+
appstream # for appstreamcli
3939
blueprint-compiler
4040
desktop-file-utils # for desktop-file-validate
4141
glib # for glib-compile-resources
@@ -65,6 +65,7 @@ python3.pkgs.buildPythonApplication rec {
6565
passthru.updateScript = gitUpdater { };
6666

6767
meta = {
68+
changelog = "https://gitlab.com/tabos/saldo/-/blob/${src.tag}/NEWS";
6869
description = "Banking application for small screens";
6970
homepage = "https://www.tabos.org/projects/saldo/";
7071
license = lib.licenses.gpl3Plus;

0 commit comments

Comments
 (0)