guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: homebank: Update to 5.7.4.


From: guix-commits
Subject: branch master updated: gnu: homebank: Update to 5.7.4.
Date: Sun, 31 Mar 2024 10:36:56 -0400

This is an automated email from the git hooks/post-receive script.

monego pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4d79a9cd6b gnu: homebank: Update to 5.7.4.
4d79a9cd6b is described below

commit 4d79a9cd6b5f0d8c5afbab0c6b70ae42740d5470
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Mar 31 09:14:40 2024 -0300

    gnu: homebank: Update to 5.7.4.
    
    * gnu/packages/finance.scm (homebank): Update to 5.7.4.
    [source, home-page]: Follow redirect.
    [inputs]: Replace libsoup-minimal-2 with libsoup-minimal.
    
    Change-Id: Ie48020959f104ce7b0de4fdbf67471de5360d008
---
 gnu/packages/finance.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d8b17fc61d..8703120f2a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
 ;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021, 2022, 2024 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 ZmnSCPxj jxPCSnmZ <ZmnSCPxj@protonmail.com>
@@ -296,20 +296,20 @@ Accounting.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.6.6")
+    (version "5.7.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://homebank.free.fr/public/sources/";
-                                  "homebank-" version ".tar.gz"))
+              (uri (string-append "https://www.gethomebank.org/public/sources";
+                                  "/homebank-" version ".tar.gz"))
               (sha256
                (base32
-                "03nwcpxmsw82gnhy1dialky1d9mfb2jqdzlgc79bxwhlhpqwsvv5"))))
+                "1r2lpf2qjvyc9l4llgy6453dn527pylvd49kr6ihrskmr1373kj2"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config intltool))
     (inputs
-     (list gtk+ libofx libsoup-minimal-2))
-    (home-page "http://homebank.free.fr/";)
+     (list gtk+ libofx libsoup-minimal))
+    (home-page "https://gethomebank.org/en/index.php";)
     (synopsis "Graphical personal accounting application")
     (description "HomeBank allows you to manage your personal accounts at
 home.  The seeks to be lightweight, simple and easy to use.  It brings



reply via email to

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