guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: homebank: Update to 5.5.3.


From: guix-commits
Subject: 02/04: gnu: homebank: Update to 5.5.3.
Date: Sat, 4 Sep 2021 19:05:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 04870195a8fc5546d26761b6bba63eb8eb7965d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 5 00:53:37 2021 +0200

    gnu: homebank: Update to 5.5.3.
    
    * gnu/packages/finance.scm (homebank): Update to 5.5.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 befda1a..4aaab58 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -268,14 +268,14 @@ Accounting.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.5.2")
+    (version "5.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/homebank-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1lhyql94zx51vcw9hlc9r26wkm2bn6jdd4xvc95j7y69wiwg77lq"))))
+                "14qhv79a2waqzmf6l571wklgwq8j1pkmjvzkj5vhh44nia8hfdh7"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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