Skip to content

Commit

Permalink
[biobb_gromacs] update 5.0.0 (#52222)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Nov 20, 2024
1 parent 4c6e870 commit c367fcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/biobb_gromacs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_gromacs" %}
{% 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: dc57bbba78f24fedc9931197fb321428d27078b56b41dd1aafd822c68387cb73
sha256: 73c158f537c172c8325d7b6db8748761addf89bf08213aefef66b2a6bd671a3d

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

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- gromacs ==2022.2
run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- gromacs ==2022.2

test:
Expand Down

0 comments on commit c367fcd

Please sign in to comment.