me
/
guix
Archived
1
0
Fork 0

gnu: homebank: Update to 5.5.6.

* gnu/packages/finance.scm (homebank): Update to 5.5.6.
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
1 changed files with 2 additions and 2 deletions

View File

@ -283,14 +283,14 @@ Accounting.")
(define-public homebank
(package
(name "homebank")
(version "5.5.5")
(version "5.5.6")
(source (origin
(method url-fetch)
(uri (string-append "http://homebank.free.fr/public/homebank-"
version ".tar.gz"))
(sha256
(base32
"0rwykjpv4w7bffyvx2j6py17nxw9jcbml7ma4is194i3npn0bkmy"))))
"1nn75wzk9h82zsakxng1v94nlg7hq3ssicvskl1m5hg4fa68w3j6"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))