diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-13 22:17:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-13 22:17:40 -0400 |
commit | 9dc4cc085d2075810766b712a8d82a67ad1c80a0 (patch) | |
tree | 7c886988492bf084c77c608d411c2a9efca06237 /ds9/meta.yaml | |
parent | b674603ec117c8464015a6547d30dbe6d78f7617 (diff) | |
download | astroconda-dev-9dc4cc085d2075810766b712a8d82a67ad1c80a0.tar.gz |
[ds9] Disable xscreensaver support (#50)
* Disable xscreensaver support
* Update meta.yaml
Diffstat (limited to 'ds9/meta.yaml')
-rw-r--r-- | ds9/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml index 57a51b6..eb647cd 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'ds9' %} {% set version = '7.5' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://ds9.si.edu/download/source/ |