Skip to content

Commit bf3d0c1

Browse files
author
Joseph Hamman
committed
fallback to 4.6.10
1 parent a3d4f95 commit bf3d0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ New features
1313
:user:`davidanthoff`
1414
- Set JULIA_PROJECT globally, so that every julia instance starts with the
1515
julia environment activated in :pr:`612` by :user:`davidanthoff`.
16-
- Update Miniconda version to 4.5.12and Conda version to 4.6.11 in :pr:`637` by
16+
- Update Miniconda version to 4.5.12 and Conda version to 4.6.10 in :pr:`637` by
1717
:user:`jhamman`
1818

1919
API changes

repo2docker/buildpacks/conda/install-miniconda.bash

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

55
cd $(dirname $0)
66
MINICONDA_VERSION=4.5.12
7-
CONDA_VERSION=4.6.11
7+
CONDA_VERSION=4.6.10
88
# Only MD5 checksums are available for miniconda
99
# Can be obtained from https://repo.continuum.io/miniconda/
1010
MD5SUM="866ae9dff53ad0874e1d1a60b1ad1ef8"

0 commit comments

Comments
 (0)