Skip to content

Commit

Permalink
updating recipe for Bioconda package version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasnicar committed Sep 30, 2020
1 parent f926d82 commit 0024e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "phylophlan" %}
{% set version = "3.0" %}
{% set sha256 = "26d150d37159406f678165bf3d6cb06b3021fb2227b301b06095e769c87bdd9f" %}
{% set version = "3.0.1" %}
{% set sha256 = "13329b7f7ad6c8d66bdbf4833079396424a1325ead74ea0b803951d776d0a1b8" %}

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

build:
noarch: python
number: 7
number: 0
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"

requirements:
Expand Down

0 comments on commit 0024e59

Please sign in to comment.