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.1.3 #45226

Merged
merged 1 commit into from Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/snakemake/meta.yaml
@@ -1,12 +1,12 @@
{% set version = "8.1.2" %}
{% set version = "8.1.3" %}

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

source:
url: https://pypi.io/packages/source/s/snakemake/snakemake-{{ version }}.tar.gz
sha256: 594b73269a3b1903929f07f055609c42f166abc3a6bd1f0b06403bd83e7ff9c8
sha256: 58bccaa64f80f9332891d19aaa6544e6d11e508bb5c57d3512159888787a16a2

build:
number: 0
Expand Down