Skip to content

Commit cad3155

Browse files
authored
Merge pull request #737 from jjerphan/constructor-gt-3.11.2
Rebuild for constructor>=3.11.2
2 parents d7a5837 + 90a98b5 commit cad3155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Miniforge3/construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.3-0") %}
1+
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.3-1") %}
22
{% set conda_libmamba_solver_version = "24.9.0"%}
33
# This file is parsed by the scripts to define
44
# - `MICROMAMBA_VERSION` in `scripts/build.sh`

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "***** Install constructor *****"
1414
mamba install --yes \
1515
--channel conda-forge --override-channels \
1616
jinja2 curl libarchive \
17-
"constructor>=3.11.1"
17+
"constructor>=3.11.2"
1818

1919
if [[ "$(uname)" == "Darwin" ]]; then
2020
mamba install --yes \

0 commit comments

Comments
 (0)