Archived
1
0
Fork 0

gnu: homebank: Update to 5.5.6.

* gnu/packages/finance.scm (homebank): Update to 5.5.6.
This commit is contained in:
Vinicius Monego 2022-07-07 13:43:47 -03:00
parent bf35cded18
commit 42efa9fc7a
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -283,14 +283,14 @@ Accounting.")
(define-public homebank (define-public homebank
(package (package
(name "homebank") (name "homebank")
(version "5.5.5") (version "5.5.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://homebank.free.fr/public/homebank-" (uri (string-append "http://homebank.free.fr/public/homebank-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rwykjpv4w7bffyvx2j6py17nxw9jcbml7ma4is194i3npn0bkmy")))) "1nn75wzk9h82zsakxng1v94nlg7hq3ssicvskl1m5hg4fa68w3j6"))))
(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))