1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

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
+2 -2
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))