From 4d90e442ab6034985aa3123f7ced3367126d82b7 Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Wed, 29 Jan 2025 15:45:52 +0100 Subject: [PATCH 1/2] bioconda utils version 3.7.1 this requires review and merging of the respective release PR for bioconda-utils: https://github.com/bioconda/bioconda-utils/pull/1034 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 57a757a..b50dc1b 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,4 @@ -BIOCONDA_UTILS_TAG=v3.7.0 +BIOCONDA_UTILS_TAG=v3.7.1 MAMBAFORGE_VER=24.11.0-1 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge" platform=$(uname -s) From d855c0561e7bef149bef87aa392a27a18227b7ed Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Wed, 29 Jan 2025 17:11:45 +0100 Subject: [PATCH 2/2] empty commit to re-trigger CI