mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -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
|
||||
(package
|
||||
(name "homebank")
|
||||
(version "5.5.3")
|
||||
(version "5.5.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://homebank.free.fr/public/homebank-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14qhv79a2waqzmf6l571wklgwq8j1pkmjvzkj5vhh44nia8hfdh7"))))
|
||||
"0rapdqv2j61cj2jzfk0fiby3na4k5g5i7shkqbjhld4rl2y6j1hd"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
|
|
Loading…
Reference in a new issue