unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41369] [PATCH] gnu: homebank: update to 5.4.2
@ 2020-05-17 20:55 Vinicius Monego
  2020-05-17 21:26 ` Danny Milosavljevic
  0 siblings, 1 reply; 7+ messages in thread
From: Vinicius Monego @ 2020-05-17 20:55 UTC (permalink / raw)
  To: 41369


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]




[-- Attachment #1.2: Type: text/html, Size: 53 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-homebank-update-to-5.4.2.patch --]
[-- Type: text/x-patch, Size: 1887 bytes --]

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

---
 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 201ff3d1bd..b5f5899508 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,23 +171,22 @@ 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)
        ("intltool" ,intltool)))
     (inputs
      `(("gtk+" ,gtk+)
+       ("libofx" ,libofx)
        ("libsoup" ,libsoup)))
-    (arguments
-     `(#:configure-flags (list "-without-ofx"))) ; libofx is not available yet
     (home-page "http://homebank.free.fr/")
     (synopsis "Graphical personal accounting application")
     (description "HomeBank allows you to manage your personal accounts at
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-03 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 20:55 [bug#41369] [PATCH] gnu: homebank: update to 5.4.2 Vinicius Monego
2020-05-17 21:26 ` Danny Milosavljevic
2020-05-17 22:13   ` Vinicius Monego
2020-06-03 15:51     ` bug#41369: " Ludovic Courtès
2020-05-31 16:03   ` [bug#41629] [PATCH v3 1/2] gnu: homebank: Add libofx dependency Vinicius Monego
2020-05-31 16:03     ` [bug#41630] [PATCH v3 2/2] gnu: homebank: Update to 5.4.2 Vinicius Monego
2020-05-31 21:26     ` bug#41629: [PATCH v3 1/2] gnu: homebank: Add libofx dependency Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).