diff options
author | Julian Flake <[email protected]> | 2025-01-01 02:58:55 +0100 |
---|---|---|
committer | Leo Famulari <[email protected]> | 2025-02-01 13:48:06 -0500 |
commit | 1d4df7561bfe0b0cbe765bae330c29c98c899bdf (patch) | |
tree | 672f2f8413e4a4e56c1a6b090a544fffaa78a219 /gnu/packages/gnucash.scm | |
parent | 83693eff5b718107189e4b9043bf24cc44345bad (diff) |
gnu: aqbanking: Update to 6.6.0.
* gnu/packages/gnucash.scm (aqbanking): Update to 6.6.0.
Change-Id: Icfcf047c8b229251ed47f8acc9ff18dda07720a7
Signed-off-by: Leo Famulari <[email protected]>
Diffstat (limited to 'gnu/packages/gnucash.scm')
-rw-r--r-- | gnu/packages/gnucash.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 5205923d48..9f2f677968 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -291,17 +291,17 @@ applications and libraries. It is used by AqBanking.") (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 |