Skip to content

Commit

Permalink
[ci skip] Merge PR 29688
Browse files Browse the repository at this point in the history
Merge PR bioconda#29688, commits were: 
 * fixed sha256 #2
 * fixed sha256
 * update tasmanian
  • Loading branch information
aerijman authored Jul 22, 2021
1 parent c221ec4 commit e8e475a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/tasmanian-mismatch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "tasmanian-mismatch" %}
{% set version = "1.0.4" %}
{% set version = "1.0.6" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: https://github.com/nebiolabs/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 59b1d9496cc5cbf1407573ef2f8b9b1cba7cb7eeea12e24c0acc31cef5c328ab
sha256: 71bdd2437dc24899104eb1a96c5f40dc0736d0a7a83c794489b0fbd038f6c881

build:
number: 0
noarch: python
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt

requirements:
host:
Expand Down

0 comments on commit e8e475a

Please sign in to comment.