guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: homebank: Update to 5.6.5.


From: guix-commits
Subject: 02/06: gnu: homebank: Update to 5.6.5.
Date: Mon, 10 Jul 2023 03:56:54 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit a5cf46139468c921aef0cb53567e709ada16d2fb
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Wed Jul 5 16:01:50 2023 +0100

    gnu: homebank: Update to 5.6.5.
    
    * gnu/packages/finance.scm (homebank): Update to 5.6.5.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 99227cf86d..5eda7e38ea 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.3")
+    (version "5.6.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/sources/";
                                   "homebank-" version ".tar.gz"))
               (sha256
                (base32
-                "0a1qhbnifqs0j59m1w5wfj1ix8iywmy1kc8185zvxndvckspb521"))))
+                "1a1cdldvs0xc30xkxkap72gafss90hmglakad5r8aykxz3y4sjdm"))))
     (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]