Skip to content

Commit

Permalink
Merge pull request #571 from hmaarrfk/24.1
Browse files Browse the repository at this point in the history
Update to 24.1
  • Loading branch information
hmaarrfk authored Mar 24, 2024
2 parents 63c48d7 + 7c82e9d commit 8336419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "23.11.0-0") %}
{% set conda_libmamba_solver_version = "23.12.0"%}
{% set mamba_version = "1.5.5"%}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.1.2-0") %}
{% set conda_libmamba_solver_version = "24.1.0"%}
{% set mamba_version = "1.5.7"%}

name: {{ name }}
version: {{ version }}
Expand Down

0 comments on commit 8336419

Please sign in to comment.