From: Julian Flake <flake@uni-koblenz.de>
To: 70222@debbugs.gnu.org
Cc: steve@futurile.net
Subject: [bug#70222] [PATCH v2 03/14] gnu: aqbanking: Update to 6.5.4.
Date: Fri, 26 Apr 2024 13:41:57 +0200 [thread overview]
Message-ID: <ef51d28cd3feb394cac7f1a05cbc4e422123dbbb.1714130774.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <cover.1714130774.git.flake@uni-koblenz.de>
From: Steve George <steve@futurile.net>
* gnu/packages/gnucash (aqbanking): Update to 6.5.4.
Change-Id: I8d10562e1fc8517bee946792ad1ac901a26137d5
---
gnu/packages/gnucash.scm | 71 ++++++++++++++++++++--------------------
1 file changed, 36 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index d8d13f9780..d5681ed86d 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -276,42 +276,43 @@ (define-public gwenhywfar
(license license:lgpl2.1+))))
(define-public aqbanking
- (package
- (name "aqbanking")
- (version "6.3.2")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
- "download/386/aqbanking-" version ".tar.gz"))
- (sha256
- (base32 "061l7qja7x557650kphbg1gzxc52a7557nibgdhv5jwqf8pv8ym9"))))
- (build-system gnu-build-system)
- (arguments
- `(;; Parallel building fails because aqhbci is required before it's
- ;; built.
- #:parallel-build? #f
- #:phases
- (modify-phases %standard-phases
- ;; Embed the package version instead of the build date
- (add-after 'unpack 'use-version-instead-of-date
- (lambda _
- (substitute*
- "src/libs/plugins/backends/aqhbci/header.xml.in"
- (("@DATETIME@") ,version)))))))
- (propagated-inputs
- (list gwenhywfar))
- (inputs
- (list gmp xmlsec gnutls))
- (native-inputs
- (list pkg-config gettext-minimal libltdl))
- (home-page "https://www.aquamaniac.de")
- (synopsis "Interface for online banking tasks")
- (description
- "AqBanking is a modular and generic interface to online banking tasks,
+ (let ((attachid "499")) ;; file attachid changes for each version
+ (package
+ (name "aqbanking")
+ (version "6.5.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
+ "download/" attachid "/aqbanking-" version ".tar.gz"))
+ (sha256
+ (base32 "16dc63gav0b4rmwj0clqilfpz4hlidx59x1qcr38wwghfspcw5hd"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(;; Parallel building fails because aqhbci is required before it's
+ ;; built.
+ #:parallel-build? #f
+ #:phases
+ (modify-phases %standard-phases
+ ;; Embed the package version instead of the build date
+ (add-after 'unpack 'use-version-instead-of-date
+ (lambda _
+ (substitute*
+ "src/libs/plugins/backends/aqhbci/header.xml.in"
+ (("@DATETIME@") ,version)))))))
+ (propagated-inputs
+ (list gwenhywfar))
+ (inputs
+ (list gmp xmlsec gnutls))
+ (native-inputs
+ (list pkg-config gettext-minimal libltdl))
+ (home-page "https://www.aquamaniac.de")
+ (synopsis "Interface for online banking tasks")
+ (description
+ "AqBanking is a modular and generic interface to online banking tasks,
financial file formats (import/export) and bank/country/currency information.
AqBanking uses backend plugins to actually perform the online tasks. HBCI,
OFX DirectConnect, YellowNet, GeldKarte, and DTAUS discs are currently
supported. AqBanking is used by GnuCash, KMyMoney, and QBankManager.")
- ;; AqBanking is licensed under the GPLv2 or GPLv3
- (license (list license:gpl2 license:gpl3))))
+ ;; AqBanking is licensed under the GPLv2 or GPLv3
+ (license (list license:gpl2 license:gpl3)))))
--
2.41.0
next prev parent reply other threads:[~2024-04-26 11:45 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-05 19:59 [bug#70222] [PATCH 00/13] Series to update gnucash to 5.6 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 01/13] gnu: gwenhywfar: Update to 5.10.2 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 02/13] gnu: aqbanking: Update to 6.5.4 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 03/13] gnu: Add perl-html-selector-xpath Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 04/13] gnu: Add perl-html-treebuilder-xpath Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 05/13] gnu: Add perl-web-scraper Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 06/13] gnu: Add perl-string-util Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 07/13] gnu: Add perl-sub-override Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 08/13] gnu: Add perl-html-tokeparser-simple Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 09/13] gnu: Add perl-digest-perl-md5 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 10/13] gnu: Add perl-spreadsheet-parseexcel Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 11/13] gnu: Add perl-spreadsheet-xlsx Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 12/13] gnu: perl-finance-quote: Update perl-finance-quote Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 13/13] gnu: gnucash: Update to 5.6 Steve George
2024-04-26 11:41 ` [bug#70222] [PATCH 00/14] Updated series to update gnucash to 5.6 / aqbanking 6.5.4 / gwenhywfar 5.10.2 Julian Flake
2024-04-26 11:41 ` [bug#70592] [PATCH v2 01/14] Series to update gnucash to 5.6 Julian Flake
2024-04-26 12:00 ` bug#70592: close issue that was opened by accident Julian Flake
2024-05-04 17:13 ` bug#70222: [PATCH v2 01/14] Series to update gnucash to 5.6 Ludovic Courtès
2024-04-26 11:41 ` [bug#70222] [PATCH v2 02/14] gnu: gwenhywfar: Update to 5.10.2 Julian Flake
2024-04-26 11:41 ` Julian Flake [this message]
2024-04-26 11:41 ` [bug#70222] [PATCH v2 04/14] gnu: Add perl-html-selector-xpath Julian Flake
2024-04-26 11:41 ` [bug#70222] [PATCH v2 05/14] gnu: Add perl-html-treebuilder-xpath Julian Flake
2024-04-26 11:42 ` [bug#70222] [PATCH v2 06/14] gnu: Add perl-web-scraper Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 07/14] gnu: Add perl-string-util Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 08/14] gnu: Add perl-sub-override Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 09/14] gnu: Add perl-html-tokeparser-simple Julian Flake
2024-04-26 11:42 ` [bug#70222] [PATCH v2 10/14] gnu: Add perl-digest-perl-md5 Julian Flake
2024-04-26 11:42 ` [bug#70222] [PATCH v2 11/14] gnu: Add perl-spreadsheet-parseexcel Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 12/14] gnu: Add perl-spreadsheet-xlsx Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 13/14] gnu: perl-finance-quote: Update perl-finance-quote Julian Flake
2024-04-26 11:42 ` [bug#70591] [PATCH v2 14/14] gnu: gnucash: Update to 5.6 Julian Flake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ef51d28cd3feb394cac7f1a05cbc4e422123dbbb.1714130774.git.flake@uni-koblenz.de \
--to=flake@uni-koblenz.de \
--cc=70222@debbugs.gnu.org \
--cc=steve@futurile.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).