From ae1a4529c5bed66857fe5adfd1c6a11f4da8bf94 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:00:06 -0500 Subject: [PATCH] Update snakemake to 8.5.1 (#45993) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update snakemake to 8.5.1 * Update meta.yaml --------- Co-authored-by: Johannes Köster --- recipes/snakemake/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/snakemake/meta.yaml b/recipes/snakemake/meta.yaml index a2220d2f22c9b..60287b09c96b7 100644 --- a/recipes/snakemake/meta.yaml +++ b/recipes/snakemake/meta.yaml @@ -1,6 +1,6 @@ # Attention: when upgrading the version, please compare below dependencies with # https://github.com/snakemake/snakemake/blob/{version}/setup.cfg -{% set version = "8.4.12" %} +{% set version = "8.5.1" %} package: name: snakemake @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/s/snakemake/snakemake-{{ version }}.tar.gz - sha256: 1320590f24d3ef08d63ac91f1b3f634b27e4cfef21c7bbb3f267a79d75327621 + sha256: 1cfc81901047b831aa322a22fe86f3a2191b721a8deeb28d6448ae4eb0a5bc70 build: number: 0 @@ -104,6 +104,7 @@ outputs: - snakemake-interface-executor-plugins >=8.1.3,<9.0 - snakemake-interface-common >=1.17.0,<2.0 - snakemake-interface-storage-plugins >=3.1.0,<4.0 + - snakemake-interface-report-plugins >=1.0.0,<2.0.0 - stopit - tabulate - throttler