gnu: homebank: Update to 5.9.

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

Change-Id: If4293c9084379b809aa492c414e8b4ef15d838f0
This commit is contained in:
Vinicius Monego 2025-05-04 09:23:54 -03:00
parent cdaa53112d
commit 8d6ac722a3
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -297,14 +297,14 @@ Accounting.")
(define-public homebank
(package
(name "homebank")
(version "5.8.6")
(version "5.9")
(source (origin
(method url-fetch)
(uri (string-append "https://www.gethomebank.org/public/sources"
"/homebank-" version ".tar.gz"))
(sha256
(base32
"1xfx4vc7yiy66pf1iii0v4rnpvh9k7lxkqy5709mqyfdy9xql4xg"))))
"1riizq0l9k0ml5lgsrg740f0zycpdy8lf7z8w79zk5p1p5ms74nb"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))