Cleanup: use std::function instead of boost::function.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index e09396f51d5de058b901b2dd8b13a9cb16046886..f62065e8ff3b9c57556562777bd2e5176b59e82c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -36,7 +36,7 @@ import shutil
 
 def dependencies(target, options):
     return (
-        ('libcxml', 'v0.17.8', options),
+        ('libcxml', 'v0.17.9', options),
         ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
         ('asdcplib', '4b5d6e8d27dfd5fb282590538068662f4dbbf1c9')
     )