Skip to content

Commit

Permalink
Update isatools to v0.10.2 (#10190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Travis authored and bgruening committed Aug 2, 2018
1 parent 0349441 commit d7c20d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/isatools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.10.0" %}
{% set sha256 = "8f97d815ecf40cdc9154ab0a51ba6e7364b57bad2d01cd536fc4ae36e5591c97" %}
{% set version = "0.10.2" %}
{% set sha256 = "f704ee6f130906101a3628479847f4ad22ca0b60a13bbd772d387b2b2c9b9d9d" %}

package:
name: isatools
version: '{{version}}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/i/isatools/isatools-{{ version }}.tar.gz
sha256: '{{sha256}}'
sha256: '{{ sha256 }}'

build:
noarch: python
number: 1
number: 0
script: python -m pip install --no-deps --ignore-installed .
entry_points:
- isatools = isatools:main
Expand Down Expand Up @@ -49,5 +49,5 @@ about:
home: https://github.com/ISA-tools/isa-api
license: CPAL
license_family: OTHER
summary: Metadata tracking tools help to manage an increasingly diverse set of life
science, environmental and biomedical experiments
summary: Metadata tracking tools help to manage an increasingly diverse set of life science, environmental and biomedical
experiments

0 comments on commit d7c20d1

Please sign in to comment.