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

Adding var-agg v0.1.1. #12495

Merged
merged 1 commit into from
Dec 5, 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
4 changes: 2 additions & 2 deletions recipes/var-agg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.1.0" %}
{% set version = "0.1.1" %}

package:
name: var-agg
Expand All @@ -11,7 +11,7 @@ build:

source:
url: https://github.com/bihealth/var-agg/archive/v{{version}}.tar.gz
sha256: bff4ef0c6ece7f681f159fbf1f92d7d0a33a079a831b96cfc6e0dfb283654634
sha256: '35764ff68e7edcad56157cb7a2edfd7edc9a495893e4ff909ef17430e70ea7f4'

requirements:
build:
Expand Down