Skip to content

Commit

Permalink
Update snakemake to 8.5.1 (#45993)
Browse files Browse the repository at this point in the history
* Update snakemake to 8.5.1

* Update meta.yaml

---------

Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
  • Loading branch information
BiocondaBot and johanneskoester authored Feb 24, 2024
1 parent 59247dc commit ae1a452
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/snakemake/snakemake-{{ version }}.tar.gz
sha256: 1320590f24d3ef08d63ac91f1b3f634b27e4cfef21c7bbb3f267a79d75327621
sha256: 1cfc81901047b831aa322a22fe86f3a2191b721a8deeb28d6448ae4eb0a5bc70

build:
number: 0
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae1a452

Please sign in to comment.