Skip to content

Commit

Permalink
nextflow 18.10.1 (#11558)
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso authored and apeltzer committed Oct 24, 2018
1 parent e647aec commit 9372f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/nextflow/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.32.0" %}
{% set version = "18.10.1" %}

package:
name: nextflow
Expand All @@ -10,15 +10,15 @@ build:

source:
url: https://www.nextflow.io/releases/v{{ version }}/nextflow
sha256: f4f757ec63328e1c2312d956437ec6fb7774226c631e3aba48e233e0c8e6b8a7
sha256: 91d85e43578803ff88fd1c8d71129a1484f73b5c9f2962cc6916382c942b6602

requirements:
host:
- openjdk >=8,<=10
- openjdk >=8,<=11
- coreutils
- curl
run:
- openjdk >=8,<=10
- openjdk >=8,<=11
- coreutils
- curl

Expand Down

0 comments on commit 9372f6f

Please sign in to comment.