[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: homebank: Update to 5.6.3.
From: |
guix-commits |
Subject: |
04/08: gnu: homebank: Update to 5.6.3. |
Date: |
Mon, 22 May 2023 11:11:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ef5861693682012f5473d7375c242ff456098821
Author: fanquake <fanquake@gmail.com>
AuthorDate: Mon May 15 10:13:51 2023 +0100
gnu: homebank: Update to 5.6.3.
* gnu/packages/finance.scm (homebank): Update to 5.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 0cdc5ba6a8..112246f07c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -288,14 +288,14 @@ Accounting.")
(define-public homebank
(package
(name "homebank")
- (version "5.6.2")
+ (version "5.6.3")
(source (origin
(method url-fetch)
(uri (string-append "http://homebank.free.fr/public/sources/"
"homebank-" version ".tar.gz"))
(sha256
(base32
- "1w8nafqr54i3gksd2s0n246ip178qikn0jcmdx4ihg2dw1cdxsqj"))))
+ "0a1qhbnifqs0j59m1w5wfj1ix8iywmy1kc8185zvxndvckspb521"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool))
- branch master updated (849286ba66 -> dff1689bb3), guix-commits, 2023/05/22
- 05/08: gnu: python-txtorcon: Fix failing build., guix-commits, 2023/05/22
- 06/08: gnu: python-txtorcon: Run guix style., guix-commits, 2023/05/22
- 04/08: gnu: homebank: Update to 5.6.3.,
guix-commits <=
- 03/08: gnu: Add opensycl., guix-commits, 2023/05/22
- 07/08: gnu: python-txtorcon: Update to 23.0.0., guix-commits, 2023/05/22
- 08/08: gnu: oil: Update to 0.15.0., guix-commits, 2023/05/22
- 01/08: gnu: lcov: Patch reference to 'find' command., guix-commits, 2023/05/22
- 02/08: substitute: Rethrow with 'raise-exception', not 'throw'., guix-commits, 2023/05/22