diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-14 13:40:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 13:40:40 -0500 |
commit | 883e8691a64fadff900a8c0fda0e9eb6d0756d44 (patch) | |
tree | 222172cf40031a523548088799a1a7f66e086177 | |
parent | 50c5497141f9bd6accd77991d323bca484505e14 (diff) | |
parent | 5107ad38f3004e3912518b081321164fe823e366 (diff) | |
download | astroconda-dev-883e8691a64fadff900a8c0fda0e9eb6d0756d44.tar.gz |
Merge pull request #179 from sosey/update-ds9
update ds9 to v8.0
-rw-r--r-- | ds9/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml index 0d609a5..68f647f 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ds9' %} -{% set version = '7.5' %} -{% set number = '2' %} +{% set version = '8.0.1' %} +{% set number = '0' %} about: home: http://ds9.si.edu/download/source/ @@ -21,4 +21,4 @@ requirements: source: fn: {{ name }}.{{ version }}.tar.gz url: http://ds9.si.edu/download/source/{{ name }}.{{ version }}.tar.gz - md5: 5684be5f6123f3d0426ea3db46466cb4 + md5: 224924e8aaaceb732cad3bb689afbf57 |