diff tool_dependencies.xml @ 3:f06461883f7b draft

updated to version 2.7.1 and extended wrapper with additional output type and a help section
author yhoogstrate
date Thu, 02 Apr 2015 08:06:04 -0400
parents 56b2b5084c85
children b92f986bd0ab
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Mar 29 05:28:17 2015 -0400
+++ b/tool_dependencies.xml	Thu Apr 02 08:06:04 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-	<package name="fuma" version="2.6.6">
+	<package name="fuma" version="2.7.1">
 		<install version="1.0">
 			<actions>
 				<action type="make_directory">$INSTALL_DIR/lib/python</action>
@@ -9,7 +9,7 @@
 				<action type="shell_command">
 					git clone https://github.com/yhoogstrate/fuma.git fuma &amp;&amp;
 					cd fuma &amp;&amp;
-					git reset --hard 433d68af9a1b113bd0ae09c2b80279c589ac2d5a &amp;&amp;
+					git reset --hard 3d9a0532209d4ad10283cac324788b4fecfd2675 &amp;&amp;
 					
 					export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp;
 					python setup.py build &amp;&amp;