mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: homebank: Update to 5.5.4.
* gnu/packages/finance.scm (homebank): Update to 5.5.4.
This commit is contained in:
parent
eae4cf205f
commit
e5fb2bcc17
1 changed files with 2 additions and 2 deletions
|
@ -273,14 +273,14 @@ (define-public hledger
|
||||||
(define-public homebank
|
(define-public homebank
|
||||||
(package
|
(package
|
||||||
(name "homebank")
|
(name "homebank")
|
||||||
(version "5.5.3")
|
(version "5.5.4")
|
||||||
(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
|
||||||
"14qhv79a2waqzmf6l571wklgwq8j1pkmjvzkj5vhh44nia8hfdh7"))))
|
"0rapdqv2j61cj2jzfk0fiby3na4k5g5i7shkqbjhld4rl2y6j1hd"))))
|
||||||
(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