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

Tango #15703

Merged
merged 32 commits into from
Jun 3, 2019
Merged

Tango #15703

Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c4323b5
Initial commit for package tango
johnne Feb 8, 2019
873364a
Update meta.yaml
bgruening Feb 10, 2019
483bad5
use script
bgruening Feb 10, 2019
8cde973
Delete build.sh
bgruening Feb 10, 2019
c0665dd
Fixed conflict for tango meta.yaml
johnne Feb 15, 2019
7185f5e
Bumped tango to version 0.3.0
johnne Feb 15, 2019
426b388
Merge branch 'tango' of github.com:johnne/bioconda-recipes into tango
johnne Feb 15, 2019
59f4a96
Update tango to version 0.3.1
johnne Feb 16, 2019
a7864ab
Updated shasum
johnne Feb 16, 2019
948074a
Update meta.yaml
bgruening Feb 16, 2019
7dae78f
Merge branch 'master' into tango
johnne Feb 16, 2019
62b458d
Merged conflicts
johnne Feb 20, 2019
04d3c37
Merge branch 'tango' of github.com:johnne/bioconda-recipes into tango
johnne Feb 20, 2019
eab410c
Update tango to version 0.4.0
johnne Feb 20, 2019
b5bbc16
Updated version and shasum
johnne Feb 20, 2019
742f037
Updated shasum
johnne Feb 20, 2019
d367fba
Version change to include latest commit
johnne Feb 20, 2019
146a73a
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes…
johnne Feb 21, 2019
1df98c2
Merge branch 'master' into tango
johnne Apr 9, 2019
9c462e8
Update package tango to version 0.5.0
johnne Apr 9, 2019
6485010
Merge branch 'master' into tango
johnne Apr 15, 2019
eefc89c
Bump tango to version 0.5.2
johnne Apr 15, 2019
49d07db
Merge branch 'master' into tango
johnne Apr 16, 2019
5f4ccb1
Fixed bug in tango 0.5.2
johnne Apr 16, 2019
1439174
Update version
johnne Apr 16, 2019
66917c3
Fix build number
johnne Apr 16, 2019
9ea4699
Merge branch 'master' into tango
johnne May 21, 2019
4e9b363
Update tango to version 0.5.5. Change License
johnne May 21, 2019
d7e4393
Merge branch 'master' into tango
johnne May 24, 2019
3640de2
Update tango to version 0.5.6
johnne May 24, 2019
d1886e9
Merge branch 'master' into tango
johnne Jun 3, 2019
f3c72f9
Update tango to version 0.5.7
johnne Jun 3, 2019
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/tango/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.5.6" %}
{% set version = "0.5.7" %}

package:
name: tango
version: {{ version }}

source:
url: https://github.com/johnne/tango/archive/v{{ version }}.tar.gz
sha256: 7190fe7d4e2c47813ad20ff7bc806fe9eed660750cecb46d6a2bce29d3d8e43d
sha256: af4e2ca19658f562c8cb6fdca705e3a22be9ab25cc78f16301b004d19ece8a15

build:
number: 0
Expand Down