Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update viroconstrictor to 1.4.6 #51247

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/viroconstrictor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ViroConstrictor" %}
{% set version = "1.4.5" %}
{% set version = "1.4.6" %}

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

source:
url: https://github.com/RIVM-bioinformatics/ViroConstrictor/archive/v{{ version }}.tar.gz
sha256: 1c218fe88d13187e6f77827489644958e21adc7f753048c9ec1076a465edb92d
sha256: 9485d1755f135357272fafadf2c0a4e681a975e78662ff1d54d2fd6c75a24879

build:
noarch: python
Expand All @@ -17,7 +17,7 @@ build:
- viroConstrictor = ViroConstrictor.__main__:main
- Viroconstrictor = ViroConstrictor.__main__:main
script: {{ PYTHON }} -m pip install . --no-deps -vvv
number: 1
number: 0
run_exports:
- {{ pin_subpackage('viroconstrictor', max_pin="x") }}

Expand Down