File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 lib ,
33 fetchFromGitLab ,
44 python3 ,
5- appstream-glib ,
5+ appstream ,
66 blueprint-compiler ,
77 desktop-file-utils ,
88 glib ,
2020
2121python3 . 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 ;
You can’t perform that action at this time.
0 commit comments