diff options
author | P. L. Lim <lim@stsci.edu> | 2016-10-07 16:53:25 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-07 16:53:25 -0400 |
commit | 912341ae99f59d822b4dbcac9f3ff715a668b50b (patch) | |
tree | 553e10188d453e62424160d2741f519d6b672f4d /ginga | |
parent | fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23 (diff) | |
download | astroconda-contrib-912341ae99f59d822b4dbcac9f3ff715a668b50b.tar.gz |
Updated Ginga to latest dev to include new table viewer and plotter. (#66)
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 2a64fcb..339015b 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ginga' %} -{% set version = '2.5.20160801083400' %} -{% set rev = 'd41f610' %} +{% set version = '2.5.20161005204600' %} +{% set rev = '665ef71' %} {% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} |