Mercurial > repos > yhoogstrate > fuma
diff tool_dependencies.xml @ 1:56b2b5084c85 draft
updates to v2.6.6
author | yhoogstrate |
---|---|
date | Sat, 21 Mar 2015 03:01:14 -0400 |
parents | 267d0c2ebe56 |
children | f06461883f7b |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Mar 21 02:59:14 2015 -0400 +++ b/tool_dependencies.xml Sat Mar 21 03:01:14 2015 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="fuma" version="2.6.3"> + <package name="fuma" version="2.6.6"> <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 && cd fuma && - git reset --hard 7d22741f37549eb65b85136316ca0dd2cda529ec && + git reset --hard 433d68af9a1b113bd0ae09c2b80279c589ac2d5a && export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py build &&