guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Update aqbanking to version 5.6.12.


From: John Darrington
Subject: 02/02: gnu: Update aqbanking to version 5.6.12.
Date: Mon, 9 Jan 2017 17:55:38 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit cac19f0df947ef656cc8e276b2538aab7d927367
Author: John Darrington <address@hidden>
Date:   Mon Jan 9 18:41:12 2017 +0100

    gnu: Update aqbanking to version 5.6.12.
    
    * gnu/packages/gnucash.scm (aqbanking): Update to version 5.6.12.
---
 gnu/packages/gnucash.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index b9129ad..f36f753 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -156,12 +156,12 @@ applications and libraries.  It is used by AqBanking.")
 (define-public aqbanking
   (package
     (name "aqbanking")
-    (version "5.6.10")
+    (version "5.6.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"http://www.aquamaniac.de/sites/download/download.php?";
-                           "package=03&release=206&file=01"))
+                           "package=03&release=208&file=01"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32



reply via email to

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