build: update to SourcetrailPythonIndexer v1_db25_p1 (#813)

This allows to use "unsafe" Python environment if this environment has explicitly been specified by the user (issues #697, #747).
This commit is contained in:
Malte Langkabel
2019-12-16 15:53:59 +01:00
committed by Eberhard Graether
parent 385cd3542f
commit 1fadf7f2b6
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p0"
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p1"
# Determine current platform
PLATFORM='unknown'