Skip to content

Commit

Permalink
Update zol to 1.5.3 (#52123)
Browse files Browse the repository at this point in the history
* Update zol to 1.5.3

* Update meta.yaml

---------

Co-authored-by: Rauf Salamzade <[email protected]>
  • Loading branch information
BiocondaBot and raufs authored Nov 15, 2024
1 parent 9a5549f commit 218c45a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/zol/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "zol" %}
{% set version = "1.5.2" %}
{% set version = "1.5.3" %}

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

source:
url: https://github.com/Kalan-Lab/zol/archive/refs/tags/v{{ version }}.tar.gz
sha256: 2e42064bacad5a6bd1b3d22fbdd2bb5f150b2e6aa0beb656794579ae7c9f6079
sha256: 2a7a9bd0ade0306fae95e9066f9d76682c34095519d6f6c46ee6d566d8c77fa3

build:
number: 0
Expand Down Expand Up @@ -52,8 +52,8 @@ requirements:
- slclust
- trimal
- gzip
- miniprot =0.7 # [x86_64]
- miniprot >=0.7 # [aarch64]
- miniprot =0.13 # [x86_64]
- miniprot >=0.13 # [aarch64]
- bioconductor-ggtree
- ete3
- codoff
Expand Down

0 comments on commit 218c45a

Please sign in to comment.