1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: homebank: Update to 5.9.4.

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

Change-Id: Ic199a8ef6abd3e6a916ccdc4dc10003085280029
This commit is contained in:
Vinicius Monego
2025-07-23 19:17:41 -03:00
parent 0555eafeb7
commit 8ebd49a6b1
+2 -2
View File
@@ -301,14 +301,14 @@ Accounting.")
(define-public homebank (define-public homebank
(package (package
(name "homebank") (name "homebank")
(version "5.9.2") (version "5.9.4")
(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
"1iqvzb3a27z6zcmv7rxvrzc11g2ciwsbskbandvxrf4lvjpqfxgb")))) "1gwzj3x3rnd3f5z1fzvrl740zhpnxjcsbxlmabwgkw22l6226i4c"))))
(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))