mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: homebank: Update to 5.6.2.
* gnu/packages/finance.scm (homebank): Update to 5.6.2.
This commit is contained in:
parent
c32f9912e6
commit
1eea158ee5
1 changed files with 2 additions and 2 deletions
|
@ -281,14 +281,14 @@ (define-public hledger
|
||||||
(define-public homebank
|
(define-public homebank
|
||||||
(package
|
(package
|
||||||
(name "homebank")
|
(name "homebank")
|
||||||
(version "5.6.1")
|
(version "5.6.2")
|
||||||
(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
|
||||||
"03wgyc777bzys32iv32yf7aj3z4hx87dskq1maw9l9jkqlqrqj1s"))))
|
"1w8nafqr54i3gksd2s0n246ip178qikn0jcmdx4ihg2dw1cdxsqj"))))
|
||||||
(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 a new issue