Skip to content

Commit 30b2a71

Browse files
committed
Bump mamba from 2.0.5 to 2.0.8
Bumps [mamba](https://github.com/mamba-org/mamba) from 2.0.5 to 2.0.8. - [Release notes](https://github.com/mamba-org/mamba/releases) - [Commits](mamba-org/mamba@micromamba-2.0.5...2.0.8)
1 parent d0ddd2e commit 30b2a71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55

66
cd $(dirname $0)
77

8-
export MAMBA_VERSION="2.0.5"
8+
export MAMBA_VERSION="2.0.8"
99
export CONDA_VERSION=24.11.0
1010

1111
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"

tests/conda/py35-binder-dir/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ v = out.split()[1]
1616
assert v[:3] == "3.5", out
1717

1818
out = sh(["micromamba", "--version"])
19-
assert out == "2.0.5", out
19+
assert out == "2.0.8", out
2020

2121
out = sh(["mamba", "--version"])
22-
assert out == "2.0.5", out
22+
assert out == "2.0.8", out
2323

2424

2525
sh([kernel_python, "-c", "import numpy"])

0 commit comments

Comments
 (0)