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 nextstrain-cli to 6.2.1 #40056

Merged
merged 5 commits into from
Apr 2, 2023
Merged
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/nextstrain-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "6.2.0" %}
{% set version = "6.2.1" %}

package:
name: nextstrain-cli
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nextstrain-cli/nextstrain-cli-{{ version }}.tar.gz
sha256: 6db72987015750efa8706fa573fb55633c266316549cb9c364c3ec9352528fe8
sha256: a2dd91f456ed895e430cd7e00866175353312f92a68b77b78bb20e3ba1677581

build:
number: 1
number: 0
noarch: python
entry_points:
- nextstrain = nextstrain.cli.__main__:main
Expand Down