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 avro-cwl to 1.8.9 #12355

Merged
merged 2 commits into from
Nov 28, 2018
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
9 changes: 6 additions & 3 deletions recipes/avro-cwl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{% set version = "1.8.4" %}
{% set version = "1.8.9" %}

build:
number: 1
number: 0

package:
name: avro-cwl
version: {{ version }}

source:
url: https://pypi.io/packages/source/a/avro-cwl/avro-cwl-{{ version }}.tar.gz
sha256: 0334de2f44166b449bd2ea29d525ffe531146d7e2aad84c2b0eee081f636c7f4
sha256: d4900657133cc21e530f2b1c7881699b3828d94c4b28942876feeb7d7fed91f0

build:
noarch: python

requirements:
host:
Expand Down