We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8006bf4 + cec156b commit 2d9fb37Copy full SHA for 2d9fb37
Miniforge3/construct.yaml
@@ -1,11 +1,10 @@
1
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
2
-{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %}
+{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-1") %}
3
{% set conda_libmamba_solver_version = "24.9.0"%}
4
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
5
# As of Dec 2024 -- mamba 2.0.5 isn't compatible with constructor
6
# https://github.com/conda-forge/miniforge/issues/697
7
-# A fix should be incoming soon.
8
-{% set mamba_version = "1.5.11" %}
+{% set mamba_version = "1.5.12" %}
9
10
name: {{ name }}
11
version: {{ version }}
0 commit comments