Skip to content

Commit

Permalink
[biobb_flexserv] update 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 23, 2024
1 parent b1d11b8 commit b7087c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/biobb_flexserv/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_flexserv" %}
{% set version = "4.2.0" %}
{% set version = "5.0.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 62b3ecb6dacca9cd0496dec9e6ebe5e43e4d0e3fcfd8b122a20dda940d49162e
sha256: 90c2b03541d144026f2f6866e8fd166b0440f73a7c34c83f49b81dd826374edc

build:
number: 0
Expand All @@ -18,15 +18,15 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- flexserv ==1.0.2
- pcasuite ==1.0.0
- perl
run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- flexserv ==1.0.2
- pcasuite ==1.0.0
- perl
Expand Down

0 comments on commit b7087c8

Please sign in to comment.