guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: homebank: Update to 5.6.1.


From: guix-commits
Subject: 04/11: gnu: homebank: Update to 5.6.1.
Date: Fri, 27 Jan 2023 19:31:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2b37e43fbd0b4a623c80d3d61ffda2e58fc3c7d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:00 2023 +0100

    gnu: homebank: Update to 5.6.1.
    
    * gnu/packages/finance.scm (homebank): Update to 5.6.1.
---
 gnu/packages/finance.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 668fe55172..aa074a92eb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -279,14 +279,14 @@ Accounting.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.6")
+    (version "5.6.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://homebank.free.fr/public/homebank-";
-                                  version ".tar.gz"))
+              (uri (string-append "http://homebank.free.fr/public/sources/";
+                                  "homebank-" version ".tar.gz"))
               (sha256
                (base32
-                "1ig00d3wby6lisz3vbyb5qm7h4a6npfwqyphdl8fjgibzpapq5a1"))))
+                "03wgyc777bzys32iv32yf7aj3z4hx87dskq1maw9l9jkqlqrqj1s"))))
     (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]