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.5.0 #15668

Merged
merged 1 commit into from
May 31, 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.5" %}
{% set version = "5.5.0" %}

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

source:
url: https://pypi.io/packages/source/s/snakemake/snakemake-{{ version }}.tar.gz
sha256: a59946a0c9fc8823e057c0706f57edee401c7870bbc6d458d494a7c699200d2f
sha256: ad9f3a81aa472b3d9dd3891a938b07e2aa00cafc9463a5b42f81655760208df0

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.5" %}
{% set version = "5.5.0" %}

package:
name: snakemake
Expand Down