Skip to content

Commit

Permalink
Merge pull request #332 from hmaarrfk/mamba_0.24.0
Browse files Browse the repository at this point in the history
Mamba 0.24.0
  • Loading branch information
isuruf authored Jul 30, 2022
2 parents c8a2703 + e217663 commit b6b2715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = os.environ.get("MINIFORGE_VERSION", "4.12.0-0") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "4.13.0-0") %}
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}

name: {{ name }}
Expand Down Expand Up @@ -27,7 +27,7 @@ specs:
{% endif %}

{% if name.startswith("Mambaforge") %}
- mamba 0.22.1
- mamba 0.24.0
{% endif %}
- conda {{ version.split("-")[0] }}

Expand Down

0 comments on commit b6b2715

Please sign in to comment.