* [PATCH] gnu: Simplify the downloads from http://www.aquamaniac.de
@ 2017-01-08 7:13 John Darrington
2017-01-09 14:53 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2017-01-08 7:13 UTC (permalink / raw)
To: guix-devel; +Cc: John Darrington
* 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
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Simplify the downloads from http://www.aquamaniac.de
2017-01-08 7:13 [PATCH] gnu: Simplify the downloads from http://www.aquamaniac.de John Darrington
@ 2017-01-09 14:53 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-09 14:53 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
John Darrington <jmd@gnu.org> skribis:
> * gnu/packages/gnucash.scm (aqbanking, gwenhyfar): Remove dummy parameter
> from source url.
Sure, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-09 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-08 7:13 [PATCH] gnu: Simplify the downloads from http://www.aquamaniac.de John Darrington
2017-01-09 14:53 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.