Skip to content

Commit

Permalink
rnachipintegrator 1.1.0 (#10276)
Browse files Browse the repository at this point in the history
* rnachipintegrator: update to version 1.1.0.

* Update meta.yaml
  • Loading branch information
pjbriggs authored and bgruening committed Aug 6, 2018
1 parent 2a19f10 commit 6a8be74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/rnachipintegrator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "rnachipintegrator" %}
{% set version = "1.0.3" %}
{% set version = "1.1.0" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "5f13e4f3b588c0ecbf56037055f8fad87d46d796185cdd20a91d588289a56eba" %}
{% set hash_value = "4b4615ba5cb556397c0875d9866937d8fe2c18929acaf3bf17edf0c6d3ec249d" %}

package:
name: '{{ name|lower }}'
Expand All @@ -13,7 +13,7 @@ source:
'{{ hash_type }}': '{{ hash_value }}'

build:
number: 1
number: 0
skip: true # [not py27]
entry_points:
- RnaChipIntegrator = rnachipintegrator.cli:main
Expand Down

0 comments on commit 6a8be74

Please sign in to comment.