gnu: homebank: Update to 5.6.1.
* gnu/packages/finance.scm (homebank): Update to 5.6.1.
This commit is contained in:
parent
d7fbc2014d
commit
2b37e43fbd
1 changed files with 4 additions and 4 deletions
|
@ -279,14 +279,14 @@ Accounting.")
|
||||||
(define-public homebank
|
(define-public homebank
|
||||||
(package
|
(package
|
||||||
(name "homebank")
|
(name "homebank")
|
||||||
(version "5.6")
|
(version "5.6.1")
|
||||||
(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/sources/"
|
||||||
version ".tar.gz"))
|
"homebank-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ig00d3wby6lisz3vbyb5qm7h4a6npfwqyphdl8fjgibzpapq5a1"))))
|
"03wgyc777bzys32iv32yf7aj3z4hx87dskq1maw9l9jkqlqrqj1s"))))
|
||||||
(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))
|
||||||
|
|
Reference in a new issue