diff options
author | P. L. Lim <lim@stsci.edu> | 2016-08-03 18:12:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-03 18:12:01 -0400 |
commit | 85302dff3064a18b0e593ace2683488a8e60f853 (patch) | |
tree | 081a083ec3dceff16706cb87603ca2912e7b42d3 /ginga | |
parent | c54ac2413015aa3f4f4b72df3e7f5a05f0313ff1 (diff) | |
download | astroconda-contrib-85302dff3064a18b0e593ace2683488a8e60f853.tar.gz |
Bumped Ginga to 2.5.20160801083400 (#47)
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index d857061..2a64fcb 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ginga' %} -{% set version = '2.5.20160706100500' %} -{% set rev = '5eca5d9' %} +{% set version = '2.5.20160801083400' %} +{% set rev = 'd41f610' %} {% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} @@ -25,5 +25,7 @@ source: git_rev: {{ rev }} git_url: https://github.com/ejeschke/{{ name }}.git test: + commands: + - ginga --help imports: - ginga |