From: Julian Flake via Guix-patches via <guix-patches@gnu.org>
To: 75231@debbugs.gnu.org
Cc: Julian Flake <flake@uni-koblenz.de>
Subject: [bug#75231] [PATCH 2/3] gnu: aqbanking: Update to 6.6.0.
Date: Wed, 1 Jan 2025 02:58:55 +0100 [thread overview]
Message-ID: <18f04851d143cc5781c02894dbbde8191154e690.1735696171.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <cover.1735696171.git.flake@uni-koblenz.de>
* gnu/packages/gnucash.scm (aqbanking): Update to 6.6.0.
Change-Id: Icfcf047c8b229251ed47f8acc9ff18dda07720a7
---
gnu/packages/gnucash.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 421dabd686..3b2b0149f7 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -278,17 +278,17 @@ (define-public gwenhywfar
(license license:lgpl2.1+))))
(define-public aqbanking
- (let ((attachid "499")) ;; file attachid changes for each version
+ (let ((attachid "531")) ;; file attachid changes for each version
(package
(name "aqbanking")
- (version "6.5.4")
+ (version "6.6.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
"download/" attachid "/aqbanking-" version ".tar.gz"))
(sha256
- (base32 "16dc63gav0b4rmwj0clqilfpz4hlidx59x1qcr38wwghfspcw5hd"))))
+ (base32 "1yqbwh91gwwqgiv8cf15rc9mxcdlikhbr5qknaqp5bavp63l8qrp"))))
(build-system gnu-build-system)
(arguments
`(;; Parallel building fails because aqhbci is required before it's
--
2.47.1
next prev parent reply other threads:[~2025-01-01 2:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-01 1:58 [bug#75229] [PATCH 0/3] Series to update gnucash to 5.10 (+aqbanking +gwenhywfar) Julian Flake via Guix-patches via
2025-01-01 1:58 ` [bug#75230] [PATCH 1/3] gnu: gwenhywfar: Update to 5.12.0 Julian Flake via Guix-patches via
2025-01-01 1:58 ` Julian Flake via Guix-patches via [this message]
2025-01-01 1:58 ` [bug#75232] [PATCH 3/3] gnu: gnucash: Update to 5.10 Julian Flake via Guix-patches via
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=18f04851d143cc5781c02894dbbde8191154e690.1735696171.git.flake@uni-koblenz.de \
--to=guix-patches@gnu.org \
--cc=75231@debbugs.gnu.org \
--cc=flake@uni-koblenz.de \
/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).