guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: homebank: Update to 5.6.2.


From: guix-commits
Subject: 05/10: gnu: homebank: Update to 5.6.2.
Date: Thu, 23 Feb 2023 17:54:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1eea158ee5c897e34e098df3c108bf3a233c57d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 19 01:00:00 2023 +0100

    gnu: homebank: Update to 5.6.2.
    
    * gnu/packages/finance.scm (homebank): Update to 5.6.2.
---
 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 a0c9a2a72a..5b534f9429 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -281,14 +281,14 @@ Accounting.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.6.1")
+    (version "5.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/sources/";
                                   "homebank-" version ".tar.gz"))
               (sha256
                (base32
-                "03wgyc777bzys32iv32yf7aj3z4hx87dskq1maw9l9jkqlqrqj1s"))))
+                "1w8nafqr54i3gksd2s0n246ip178qikn0jcmdx4ihg2dw1cdxsqj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config intltool))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]