Skip to content

Commit

Permalink
Update raxml-ng to 1.2.1 (bioconda#44955)
Browse files Browse the repository at this point in the history
* Update raxml-ng to 1.2.1

* add run_exports

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 22, 2023
1 parent ea792f5 commit e35b8e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/raxml-ng/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set name = "raxml-ng" %}
{% set version = "1.2.0" %}
{% set version = "1.2.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/amkozlov/raxml-ng/releases/download/{{ version }}/{{ name }}_v{{ version }}_source.zip
sha256: 1dc1940e2fbd0d701142c8bfa0c0007c5b39642493a60adb6a4cfa2d10e27ac8
sha256: e14ec2233f0c9d9f497eab8f77c73512c8c787e44ed3839bd25fd35658ef89e3

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('raxml-ng', max_pin="x") }}

requirements:
build:
Expand Down

0 comments on commit e35b8e9

Please sign in to comment.