diff mbox series

[bug#41369] gnu: homebank: update to 5.4.2

Message ID HQXHAQ.3SK8G2U932GV3@posteo.net
State Accepted
Headers show
Series [bug#41369] gnu: homebank: update to 5.4.2 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Vinicius Monego May 17, 2020, 10:13 p.m. UTC
Hello,

ok, they're in separate patches now.

Em dom, 17 de mai de 2020 às 23:26, Danny Milosavljevic 
<dannym@scratchpost.org> escreveu:
> Hello,
> 
> thanks for the patch!
> 
> Please, if possible, put the updating and the adding of libofx in 
> extra commits.
> If both have to be done at the same time it's OK as-is.

Comments

Ludovic Courtès June 3, 2020, 3:51 p.m. UTC | #1
Hi,

Vinicius Monego <monego@posteo.net> skribis:

> ok, they're in separate patches now.

These patches were pushed a while back, closing!

Ludo’.

commit 115a1ed2b84006a409811605ba818ce599082401
Author: Vinicius Monego <monego@posteo.net>
Date:   Sun May 31 13:03:24 2020 -0300

    gnu: homebank: Update to 5.4.2.
    
    * gnu/packages/finance.scm (homebank): Update to 5.4.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>

commit c7210b9613372dffa7b1926832b1ec1ff97d4bbf
Author: Vinicius Monego <monego@posteo.net>
Date:   Sun May 31 13:03:23 2020 -0300

    gnu: homebank: Add libofx dependency.
    
    * gnu/packages/finance.scm (homebank)[inputs]: Add libofx.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
diff mbox series

Patch

From f6cc8f154b26e4062d5ad6532a911d9a5b3a8826 Mon Sep 17 00:00:00 2001
From: Vinicius Monego <monego@posteo.net>
Date: Sun, 17 May 2020 18:48:38 -0300
Subject: [PATCH] gnu: homebank: update to 5.4.2

---
 gnu/packages/finance.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 201ff3d1bd..ad3c0e7225 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -19,6 +19,7 @@ 
 ;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -170,14 +171,14 @@  line client and a client based on Qt.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.2.8")
+    (version "5.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/homebank-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y"))))
+                "0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1