diff options
author | Vinicius Monego <monego@posteo.net> | 2024-06-16 10:15:23 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-05 23:04:15 -0300 |
commit | 704e8b387df292e09591d2ab138e494e05913d48 (patch) | |
tree | 24877ed811aba32627061e95debba52e022c6fec | |
parent | 6249fbd6e8705d9b241c60d689a654babc26a0b1 (diff) | |
download | guix-704e8b387df292e09591d2ab138e494e05913d48.tar.gz |
gnu: homebank: Update to 5.8.1.
* gnu/packages/finance.scm (homebank): Update to 5.8.1. Change-Id: I7e050d9a997bab73312691e272a1836dd85580f2
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 87c331c69e..0960ba1a3c 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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)) |