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 /hstcal | |
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 'hstcal')
-rw-r--r-- | hstcal/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 3d25268..95e563a 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'hstcal' %} {% set version = '2.3.1' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} |