gnu: homebank: Update to 5.8.5.

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

Change-Id: I5b802b9d0b300f4f94ed81bac271f4a2b8355b42
This commit is contained in:
Vinicius Monego 2024-12-21 15:15:15 -03:00
parent ce2d003da4
commit 3c5251eb98
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -296,14 +296,14 @@ (define-public hledger
(define-public homebank (define-public homebank
(package (package
(name "homebank") (name "homebank")
(version "5.8.1") (version "5.8.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.gethomebank.org/public/sources" (uri (string-append "https://www.gethomebank.org/public/sources"
"/homebank-" version ".tar.gz")) "/homebank-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00fwadn6q2hryx7q1xf5fhb5q3ywfnlb1r4xxn7yq6ilzvm5zhv0")))) "15wy6fhw0604xhf7zjj7gnxa1b8ns3j3ysidii39a0w4awg4bd2f"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))