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 ectyper to 2.0.0 #52761

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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/ectyper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.0.0" %}
{% set version = "2.0.0" %}

package:
name: ectyper
version: {{ version }}

source:
url: https://github.com/phac-nml/ecoli_serotyping/archive/{{ version }}.tar.gz
sha256: 2a2574bb4942e68ab2f9f9f2ad4421beb19758e319204cfdfe6f7c2a3b56a773
sha256: bb363f61ca69d2118e855199d7f9046185bb054509cd0762083b4beec2b8c00e

build:
number: 1
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .

martin-g marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading