Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snakemake to 8.20.7 #51327

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Attention: when upgrading the version, please compare below dependencies with
# https://github.com/snakemake/snakemake/blob/{version}/setup.cfg
{% set name = "snakemake" %}
{% set version = "8.20.6" %}
{% set version = "8.20.7" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/{{ name }}/snakemake-{{ version }}.tar.gz
sha256: ecf62b26ff041925985229b76bd15e3fbdef10baa03aa003406a9a10e40132c2
sha256: 9c8d75a4b270a31282d33170264a098698f055b8433c45610bfd364e5d6c5a91

build:
number: 0
Expand Down Expand Up @@ -82,6 +82,7 @@ outputs:
host:
- python >=3.11
- pip
- setuptools
run:
# Keep in sync with snakemake/setup.cfg
- python >=3.11,<3.13
Expand Down