From 4f21a2bb4e8b58ff75c0cc2b804f138875ba6a0f Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Wed, 8 May 2024 10:12:42 +0200 Subject: [PATCH] update to bioconda-utils v2.15.1 Signed-off-by: Marcel Bargull --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 6748f37..ccf16a8 100644 --- a/common.sh +++ b/common.sh @@ -1,3 +1,3 @@ -BIOCONDA_UTILS_TAG=v2.15.0 +BIOCONDA_UTILS_TAG=v2.15.1 MAMBAFORGE_VER=24.3.0-0 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"