GNU bug report logs -
#63515
gnu: homebank: Update to 5.6.3.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Mon, 15 May 2023 09:17:01 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From 503026ea40de1764c12845829c97c720e1c11bbc Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Mon, 15 May 2023 10:13:51 +0100
Subject: [PATCH] gnu: homebank: Update to 5.6.3.
---
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 57d3f37c7c..1a0d3727fe 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -291,14 +291,14 @@ (define-public hledger
(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))
--
2.40.1
This bug report was last modified 2 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.