summaryrefslogtreecommitdiff
path: root/source/package_manifest.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 18:07:57 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 18:07:57 -0400
commitf2806db64e63eec88310c724615a111c964c671c (patch)
treee5800e8197834c4c3d7ffcc36a47964525b9a387 /source/package_manifest.py
parent4ad11813c69f7ced3063bc341bd412b37820ace0 (diff)
downloadastroconda-f2806db64e63eec88310c724615a111c964c671c.tar.gz
Remove typewriter style returns. Slight wording changes. Update manifests.
Diffstat (limited to 'source/package_manifest.py')
-rw-r--r--source/package_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/package_manifest.py b/source/package_manifest.py
index 47c5bef..a179888 100644
--- a/source/package_manifest.py
+++ b/source/package_manifest.py
@@ -4,9 +4,9 @@ from urllib.request import urlopen
from pprint import pprint
ARCHITECTURE = [ 'linux-64', 'osx-64']
-METAPACKAGES = [('stsci', '1.0.0'),
+METAPACKAGES = [('stsci', '1.0.1'),
('stsci-data-analysis', '1.0.0'),
- ('stsci-hst', '1.0.0'),
+ ('stsci-hst', '1.0.4'),
('stsci-jwst', '1.0.0')]
REPODATA_URL='http://ssb.stsci.edu/astroconda/{arch}/repodata.json'
#REPODATA_URL='http://ssb.stsci.edu/conda-dev/{arch}/repodata.json'