diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 13:18:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 13:18:01 -0500 |
commit | c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (patch) | |
tree | 958b5aaebe67f88d05bcae1423b95a83222753c6 /cfitsio/meta.yaml | |
parent | 5cfc02534f07491300431e803e867173d6da0cc6 (diff) | |
download | astroconda-contrib-c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3.tar.gz |
cfitsio update and multi-package rebuild (#620)
Build cfitsio 3.470 patched to avoid curl
Rebuild fitsverify to use above
Rebuild hstcal to use above
Diffstat (limited to 'cfitsio/meta.yaml')
-rw-r--r-- | cfitsio/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cfitsio/meta.yaml b/cfitsio/meta.yaml index 20be0ac..f97c3e1 100644 --- a/cfitsio/meta.yaml +++ b/cfitsio/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'cfitsio' %} -{% set version = '3.440' %} -{% set version_short = '3440' %} -{% set number = '1' %} +{% set version = '3.470' %} +{% set version_short = '3470' %} +{% set number = '0' %} about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html |