From fbe2d5d1250374e77042a53c11ebd88ea6128c80 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Fri, 20 Dec 2024 20:04:40 -0500 Subject: [PATCH] Build 24.11.2 --- Miniforge3/construct.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 61909ff7..df96d3e5 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -1,8 +1,11 @@ {% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %} -{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.0-1") %} +{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %} {% set conda_libmamba_solver_version = "24.11.1"%} # when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh -{% set mamba_version = "2.0.5"%} +# As of Dec 2024 -- mamba 2.0.5 isn't compatible with constructor +# https://github.com/conda-forge/miniforge/issues/697 +# A fix should be incoming soon. +{% set mamba_version = "1.5.11"%} name: {{ name }} version: {{ version }}