guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Simplify the downloads from http://www.aquamaniac.de


From: John Darrington
Subject: 01/01: gnu: Simplify the downloads from http://www.aquamaniac.de
Date: Mon, 9 Jan 2017 16:54:39 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit 834458f6ff91fbe8be7c2997915f3aee20e47829
Author: John Darrington <address@hidden>
Date:   Sun Jan 8 08:05:19 2017 +0100

    gnu: Simplify the downloads from http://www.aquamaniac.de
    
    * gnu/packages/gnucash.scm (aqbanking, gwenhyfar): Remove dummy parameter
    from source url.
---
 gnu/packages/gnucash.scm |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 97a4818..b9129ad 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -122,8 +122,7 @@ financial calculations or scheduled transactions.")
      (origin
        (method url-fetch)
        (uri (string-append 
"http://www.aquamaniac.de/sites/download/download.php?";
-                           "package=01&release=201&file=01&dummy=gwenhywfar-"
-                           version ".tar.gz"))
+                           "package=01&release=201&file=01"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
@@ -162,8 +161,7 @@ applications and libraries.  It is used by AqBanking.")
      (origin
        (method url-fetch)
        (uri (string-append 
"http://www.aquamaniac.de/sites/download/download.php?";
-                           "package=03&release=206&file=01&dummy=aqbanking-"
-                           version ".tar.gz"))
+                           "package=03&release=206&file=01"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32



reply via email to

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