guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: homebank: Update to 5.5.8.


From: guix-commits
Subject: 04/08: gnu: homebank: Update to 5.5.8.
Date: Sat, 5 Nov 2022 09:18:44 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 9aac30ae99c1169ea7aff5b45495474ab6cb66a6
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 29 11:54:06 2022 -0300

    gnu: homebank: Update to 5.5.8.
    
    * gnu/packages/finance.scm (homebank): Update to 5.5.8.
---
 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 d401a04f45..42dceabca1 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -284,14 +284,14 @@ Accounting.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.5.6")
+    (version "5.5.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/homebank-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nn75wzk9h82zsakxng1v94nlg7hq3ssicvskl1m5hg4fa68w3j6"))))
+                "11fgmdqsnxdqma1ffljbcl7w1ahx0s5p41hjy600f8zarsrmnyjh"))))
     (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]