Skip to content

Commit

Permalink
[biobb_haddock] update 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Nov 20, 2024
1 parent 4c6e870 commit b8337d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/biobb_haddock/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_haddock" %}
{% set version = "4.2.1" %}
{% 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: cfd558d0683b3ac9f517aef5c68a801c34efe3d1b6ab948c1a44c3976be5b105
sha256: 6a41e63280f577e16e923bc1027967c37a3dfca823cc21803324c6fe33786bb8

build:
number: 0
Expand All @@ -20,10 +20,10 @@ requirements:
host:
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
run:
- python >=3.9
- biobb_common ==4.2.0
- biobb_common ==5.0.0

test:
imports:
Expand Down

0 comments on commit b8337d4

Please sign in to comment.