Skip to content

Commit

Permalink
Update graphbin to v1.7.1 (#42158)
Browse files Browse the repository at this point in the history
* Update graphbin to v1.7.1

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
Vini2 authored Jul 25, 2023
1 parent 4b2d997 commit f3008e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/graphbin/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "GraphBin" %}
{% set version = "1.7.0" %}
{% set version = "1.7.1" %}

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

source:
url: "https://github.com/metagentools/{{ name }}/releases/download/v{{ version }}/{{ name }}-{{ version }}.tar.gz"
sha256: 0560ed6e689860145b66a11533b8837add95cdf1c767f91997e7cb7d8c81a30f
sha256: 605de80cd132c349ffd0dffbece4cd265f120df19d9258a79cfea1e73276fa6c

build:
number: 0
Expand All @@ -21,12 +21,12 @@ requirements:
- python
- flit-core
run:
- cogent3
- cairocffi
- python >=3.7.1,<3.11
- python-igraph
- tqdm
- click
- cogent3

test:
commands:
Expand Down

0 comments on commit f3008e4

Please sign in to comment.