From d4d66b618351400fdcfefdef733f840131b32185 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Sun, 25 Jul 2021 11:12:58 +0300 Subject: [PATCH] Update miniforge3-latest --- plugins/python-build/share/python-build/miniforge3-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/miniforge3-latest b/plugins/python-build/share/python-build/miniforge3-latest index 82a953f6..d340c636 100644 --- a/plugins/python-build/share/python-build/miniforge3-latest +++ b/plugins/python-build/share/python-build/miniforge3-latest @@ -1,6 +1,6 @@ case "$(anaconda_architecture 2>/dev/null || true)" in "Linux-ppc64le" ) - install_script "Miniforge3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh" "miniconda" verify_py38 + install_script "Miniforge3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh" "miniconda" verify_py3_latest ;; "Linux-x86_64" ) install_script "Miniforge3-Linux-x86_64" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh" "miniconda" verify_py3_latest