Skip to content

Commit 5172ceb

Browse files
committed
Update base user environment to miniforge 24.7.1-0 (Python 3.12)
1 parent 634956c commit 5172ceb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: tests/test_installer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def _specifier(version):
125125
None,
126126
{
127127
"python": "3.12.*",
128-
"conda": "24.5.0",
129-
"mamba": "1.5.8",
128+
"conda": "24.7.1",
129+
"mamba": "1.5.9",
130130
},
131131
),
132132
# previous install, 1.0

Diff for: tljh/installer.py

+3-3
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.5.0-0"
141+
MINIFORGE_VERSION = "24.7.1-0"
142142
# sha256 checksums
143143
MINIFORGE_CHECKSUMS = {
144-
"aarch64": "848f2d6917c473b1091e31a51241a7626d4dac4b90809a9b2ed937e0cea18d87",
145-
"x86_64": "a754b435830e1c038dada434873ad69a99970a4ea17a68d3bbcade0a37c8c8fb",
144+
"aarch64": "7a3372268b45679584043b4ba1e0318ee5027384a8d330f2d991b14d815d6a6d",
145+
"x86_64": "b64f77042cf8eafd31ced64f9253a74fb85db63545fe167ba5756aea0e8125be",
146146
}
147147

148148
# minimum versions of packages

0 commit comments

Comments
 (0)