Re: [PATCH 06/96] gnu: ocaml: Use a helper function to download from ocaml-forge.

2017-01-04 Thread David Craven
+ (ocaml-forge-origin name version 1627 +"0cyj6sfdvzx8hw7553lhgwc0krlgvlza0ph3dk9gsxy047dm3wib")) I changed this to be ocaml-forge-uri. There are multiple reasons why I think it's a better idea: * if one ever writes an ocaml updater then it can use the existing code to update the ha

[PATCH 06/96] gnu: ocaml: Use a helper function to download from ocaml-forge.

2017-01-03 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-forge-origin): New procedure. * gnu/packages/ocaml.scm (lablgtk): Use it. --- gnu/packages/ocaml.scm | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1554be217..6bb0e4826 1