From 1764fd1732da65786ddbcf9468c3a82fc8b08f0e Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Sun, 5 May 2024 12:38:31 +0200 Subject: [PATCH] update to bioconda-utils v2.15.0 Signed-off-by: Marcel Bargull --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index 1bc6c85..6748f37 100644 --- a/common.sh +++ b/common.sh @@ -1,3 +1,3 @@ -BIOCONDA_UTILS_TAG=v2.14.0 -MAMBAFORGE_VER=23.1.0-1 +BIOCONDA_UTILS_TAG=v2.15.0 +MAMBAFORGE_VER=24.3.0-0 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"