Skip to content

Commit

Permalink
Update cladebreaker to v0.2.1 (bioconda#34702)
Browse files Browse the repository at this point in the history
* cladebreaker v0.2.1 bump

* Small bug fixed for cladebreaker v0.2.1 bump.
  • Loading branch information
andriesfeder authored May 3, 2022
1 parent c8128e4 commit 390ad1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/cladebreaker/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}

package:
name: cladebreaker
version: {{ version }}
source:
url: https://github.com/andriesfeder/cladebreaker/archive/refs/tags/v{{ version }}.tar.gz
sha256: 7dbc228522c870627cc062651f698ddfe4747d76e71ac09a4fdacc187bc4f0c8
sha256: 6d6c9da172076a0dcf0fb48eae7cdf2d6f8a5cd30a880952eed838ffa1258d4c
build:
noarch: generic
number: 0
requirements:
host:
- python
- python=3.10
run:
- python
- conda
- nextflow
- graphviz
test:
commands:
- "cladebreaker --version"
Expand Down

0 comments on commit 390ad1b

Please sign in to comment.