me
/
guix
Archived
1
0
Fork 0

gnu: homebank: Update to 5.8.1.

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

Change-Id: I7e050d9a997bab73312691e272a1836dd85580f2
master
Vinicius Monego 2024-06-16 10:15:23 -03:00
parent 6249fbd6e8
commit 704e8b387d
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -296,14 +296,14 @@ Accounting.")
(define-public homebank
(package
(name "homebank")
(version "5.7.4")
(version "5.8.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.gethomebank.org/public/sources"
"/homebank-" version ".tar.gz"))
(sha256
(base32
"1r2lpf2qjvyc9l4llgy6453dn527pylvd49kr6ihrskmr1373kj2"))))
"00fwadn6q2hryx7q1xf5fhb5q3ywfnlb1r4xxn7yq6ilzvm5zhv0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))