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

Snakemake 5.4.2 #13662

Merged
merged 3 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions recipes/snakemake-minimal/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "5.4.1" %}
{% set version = "5.4.2" %}

package:
name: snakemake-minimal
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/snakemake/snakemake-{{ version }}.tar.gz
sha256: b791bea51946132115861f7745049bc6ee38febdf97359d2768d2f5733aa6fe9
sha256: 0896fd44d58ae4272fe77526f4f9e4a2600c1751ed727a078a5646f10dcf86cf

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "5.4.1" %}
{% set version = "5.4.2" %}

package:
name: snakemake
Expand Down