Skip to content

Commit 2d9fb37

Browse files
authored
Merge pull request #709 from hmaarrfk/release_with_mamba_1.5.12
Release 24.11.2-1 with mamba 1.5.12 to fix lockup
2 parents 8006bf4 + cec156b commit 2d9fb37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Miniforge3/construct.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
2-
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %}
2+
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-1") %}
33
{% set conda_libmamba_solver_version = "24.9.0"%}
44
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
55
# As of Dec 2024 -- mamba 2.0.5 isn't compatible with constructor
66
# https://github.com/conda-forge/miniforge/issues/697
7-
# A fix should be incoming soon.
8-
{% set mamba_version = "1.5.11" %}
7+
{% set mamba_version = "1.5.12" %}
98

109
name: {{ name }}
1110
version: {{ version }}

0 commit comments

Comments
 (0)