gnu: homebank: Update to 5.6.3.

* gnu/packages/finance.scm (homebank): Update to 5.6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
fanquake 2023-05-15 10:13:51 +01:00 committed by Ludovic Courtès
parent c6f379e7ac
commit ef58616936
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -288,14 +288,14 @@ (define-public hledger
(define-public homebank
(package
(name "homebank")
(version "5.6.2")
(version "5.6.3")
(source (origin
(method url-fetch)
(uri (string-append "http://homebank.free.fr/public/sources/"
"homebank-" version ".tar.gz"))
(sha256
(base32
"1w8nafqr54i3gksd2s0n246ip178qikn0jcmdx4ihg2dw1cdxsqj"))))
"0a1qhbnifqs0j59m1w5wfj1ix8iywmy1kc8185zvxndvckspb521"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))