Skip to content

Commit

Permalink
[biobb_amber] update 5.0.2 (#51649)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Oct 25, 2024
1 parent 4f32951 commit f0e6aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/biobb_amber/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_amber" %}
{% set version = "5.0.0" %}
{% set version = "5.0.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 11ce0b1a7f7ec912136d31a46bffdc1c85b831686a51b8e9fe5e35cac611f09c
sha256: 33cd128cd6b8efb66b83876f978f85447c49e35a98b95bd11e0c74960c76af50

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

requirements:
host:
- python >=3.8,<3.11
- python >=3.9,<3.11
- setuptools
- biobb_common ==5.0.0
- ambertools ==22.5.0
run:
- python >=3.8,<3.11
- python >=3.9,<3.11
- biobb_common ==5.0.0
- ambertools ==22.5.0

Expand Down

0 comments on commit f0e6aed

Please sign in to comment.