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 seqspec to 0.3.1 #51936

Merged
merged 11 commits into from
Nov 5, 2024
4 changes: 2 additions & 2 deletions recipes/seqspec/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "seqspec" %}
{% set version = "0.3.0" %}
{% set version = "0.3.1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/seqspec-{{ version }}.tar.gz
sha256: d9e6c283daaca06f58f1090c0c7dcfecf646b9658e62aa873a4e85fef56c56c9
sha256: 1c71201e3913526542f4fe7dfcbc866a295976e983dc91c7f53efb655797b3c2

build:
run_exports:
Expand Down
Loading