summarylogtreecommitdiffstats
path: root/sagemath-threejs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-threejs.patch')
-rw-r--r--sagemath-threejs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sagemath-threejs.patch b/sagemath-threejs.patch
index ec9453c03e67..a837db7ea2cc 100644
--- a/sagemath-threejs.patch
+++ b/sagemath-threejs.patch
@@ -5,7 +5,7 @@
if online:
from sage.misc.package import installed_packages
- version = installed_packages()['threejs']
-+ version = 'r80'
++ version = 'r90'
return """
<script src="https://cdn.rawgit.com/mrdoob/three.js/{0}/build/three.min.js"></script>
<script src="https://cdn.rawgit.com/mrdoob/three.js/{0}/examples/js/controls/OrbitControls.js"></script>