gnu: homebank: Update to 5.6.6.
* gnu/packages/finance.scm (homebank): Update to 5.6.6.
This commit is contained in:
parent
bbdf1488cd
commit
ac8875cdfa
@ -288,14 +288,14 @@ Accounting.")
|
|||||||
(define-public homebank
|
(define-public homebank
|
||||||
(package
|
(package
|
||||||
(name "homebank")
|
(name "homebank")
|
||||||
(version "5.6.5")
|
(version "5.6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://homebank.free.fr/public/sources/"
|
(uri (string-append "http://homebank.free.fr/public/sources/"
|
||||||
"homebank-" version ".tar.gz"))
|
"homebank-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a1cdldvs0xc30xkxkap72gafss90hmglakad5r8aykxz3y4sjdm"))))
|
"03nwcpxmsw82gnhy1dialky1d9mfb2jqdzlgc79bxwhlhpqwsvv5"))))
|
||||||
(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))
|
||||||
|
Loading…
Reference in New Issue
Block a user