Skip to content

Commit a89021c

Browse files
committed
Update to install miniforge 24.7.1-2 from 24.7.1-0
1 parent a98299c commit a89021c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tljh/installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ def ensure_usergroups():
138138

139139
# Install miniforge using an installer from
140140
# https://github.com/conda-forge/miniforge/releases
141-
MINIFORGE_VERSION = "24.7.1-0"
141+
MINIFORGE_VERSION = "24.7.1-2"
142142
# sha256 checksums
143143
MINIFORGE_CHECKSUMS = {
144-
"aarch64": "7a3372268b45679584043b4ba1e0318ee5027384a8d330f2d991b14d815d6a6d",
145-
"x86_64": "b64f77042cf8eafd31ced64f9253a74fb85db63545fe167ba5756aea0e8125be",
144+
"aarch64": "7bf60bce50f57af7ea4500b45eeb401d9350011ab34c9c45f736647d8dba9021",
145+
"x86_64": "636f7faca2d51ee42b4640ce160c751a46d57621ef4bf14378704c87c5db4fe3",
146146
}
147147

148148
# minimum versions of packages

0 commit comments

Comments
 (0)