me
/
guix
Archived
1
0
Fork 0

gnu: homebank: Update to 5.6.5.

* gnu/packages/finance.scm (homebank): Update to 5.6.5.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Michael Ford 2023-07-05 16:01:50 +01:00 committed by Guillaume Le Vaillant
parent 3c9984b860
commit a5cf461394
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -288,14 +288,14 @@ Accounting.")
(define-public homebank
(package
(name "homebank")
(version "5.6.3")
(version "5.6.5")
(source (origin
(method url-fetch)
(uri (string-append "http://homebank.free.fr/public/sources/"
"homebank-" version ".tar.gz"))
(sha256
(base32
"0a1qhbnifqs0j59m1w5wfj1ix8iywmy1kc8185zvxndvckspb521"))))
"1a1cdldvs0xc30xkxkap72gafss90hmglakad5r8aykxz3y4sjdm"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))