guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: aqbanking: Update to 6.3.0.


From: guix-commits
Subject: 02/02: gnu: aqbanking: Update to 6.3.0.
Date: Wed, 26 May 2021 15:10:40 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 88c442b4afd7a714397561fa98dd0b49ce18f8d5
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Thu May 13 19:12:49 2021 -0400

    gnu: aqbanking: Update to 6.3.0.
    
    * gnu/packages/gnucash.scm (aqbanking): Update to 6.3.0.
---
 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 6675346..f28c034 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -293,14 +293,14 @@ applications and libraries.  It is used by AqBanking.")
 (define-public aqbanking
   (package
     (name "aqbanking")
-    (version "5.99.44beta")
+    (version "6.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.aquamaniac.de/rdm/attachments/";
-                           "download/224/aqbanking-" version ".tar.gz"))
+                           "download/372/aqbanking-" version ".tar.gz"))
        (sha256
-        (base32 "1cgj8g3wy53galp9pk50a85w0kmwfx3dwl93cbvq6sqb9izxmwdb"))))
+        (base32 "1k2mhdnk0jc0inq1hmp74m3y7azxrjm8r07x5k1pp4ic0yi5vs50"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Parallel building fails because aqhbci is required before it's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]