mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: homebank: Update to 5.9.4.
* gnu/packages/finance.scm (homebank): Update to 5.9.4. Change-Id: Ic199a8ef6abd3e6a916ccdc4dc10003085280029
This commit is contained in:
parent
0555eafeb7
commit
8ebd49a6b1
1 changed files with 2 additions and 2 deletions
|
|
@ -301,14 +301,14 @@ Accounting.")
|
|||
(define-public homebank
|
||||
(package
|
||||
(name "homebank")
|
||||
(version "5.9.2")
|
||||
(version "5.9.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.gethomebank.org/public/sources"
|
||||
"/homebank-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iqvzb3a27z6zcmv7rxvrzc11g2ciwsbskbandvxrf4lvjpqfxgb"))))
|
||||
"1gwzj3x3rnd3f5z1fzvrl740zhpnxjcsbxlmabwgkw22l6226i4c"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue