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.
1 parent a98299c commit a89021cCopy full SHA for a89021c
tljh/installer.py
@@ -138,11 +138,11 @@ def ensure_usergroups():
138
139
# Install miniforge using an installer from
140
# https://github.com/conda-forge/miniforge/releases
141
-MINIFORGE_VERSION = "24.7.1-0"
+MINIFORGE_VERSION = "24.7.1-2"
142
# sha256 checksums
143
MINIFORGE_CHECKSUMS = {
144
- "aarch64": "7a3372268b45679584043b4ba1e0318ee5027384a8d330f2d991b14d815d6a6d",
145
- "x86_64": "b64f77042cf8eafd31ced64f9253a74fb85db63545fe167ba5756aea0e8125be",
+ "aarch64": "7bf60bce50f57af7ea4500b45eeb401d9350011ab34c9c45f736647d8dba9021",
+ "x86_64": "636f7faca2d51ee42b4640ce160c751a46d57621ef4bf14378704c87c5db4fe3",
146
}
147
148
# minimum versions of packages
0 commit comments