Skip to content

Commit

Permalink
nimnexus v0.1.1 (bioconda#13443)
Browse files Browse the repository at this point in the history
* Update meta.yaml

* Update meta.yaml

* reset build-number and test the new build-infrastrucutre
  • Loading branch information
Avsecz authored Feb 2, 2019
1 parent 71cbd3a commit 52e79ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/nimnexus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "nimnexus" %}
{% set version = "0.1.0" %}
{% set revision = "52aed74" %}
{% set sha256hash = "c59d7804a35902acc47b5d60a28692dfdc1c38902df7074b70ae92008e4dbd43" %}
{% set version = "0.1.1" %}
{% set revision = "f99eaf1" %}
{% set sha256hash = "620a85f688ab2b431629a4f716f652e5c6e1ff2dd30fab74c44039f18305fbb9" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256hash }}

build:
number: 2
number: 0
skip: True # [osx]

requirements:
Expand Down

0 comments on commit 52e79ab

Please sign in to comment.