We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8336a3e commit 3c343aaCopy full SHA for 3c343aa
eng/install-scancode.sh
@@ -5,7 +5,7 @@ set -euo pipefail
5
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
6
7
# See latest release at https://github.com/nexB/scancode-toolkit/releases
8
-SCANCODE_VERSION="32.3.1"
+SCANCODE_VERSION="32.3.2"
9
10
pyEnvPath="/tmp/scancode-env"
11
python3 -m venv $pyEnvPath
0 commit comments