summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP. L. Lim <lim@stsci.edu>2017-02-27 15:48:29 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-02-27 15:48:29 -0500
commit5bd00d3fda2709446756eb428ea248dfc4abb151 (patch)
treed4e41e8d9b04dc98e87eb1fab03f43f4c9a59aa7
parent002b2b1579228cb86278ff8110c27d1ec1921aac (diff)
downloadastroconda-contrib-5bd00d3fda2709446756eb428ea248dfc4abb151.tar.gz
Quick fix for Ginga (#178)
So it would work with stginga
-rw-r--r--ginga/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml
index a3c2e42..c88118a 100644
--- a/ginga/meta.yaml
+++ b/ginga/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'ginga' %}
-{% set version = '2.6.2' %}
-{% set tag = 'v' + version %}
-{% set number = '0' %}
+{% set version = '2.6.2.1' %}
+{% set tag = 'ab017d8' %}
+{% set number = '1' %}
about:
home: https://github.com/ejeschke/{{ name }}