diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 13:44:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 13:44:06 -0500 |
commit | b55f706b46fec27885bb58b2d51b25be88d4d1d1 (patch) | |
tree | 0ef620b3e88da7f660ae988d71fd859d5846c37f /hstcal | |
parent | c70a3a60d3a0ea3b101be5ce4e3d106a02f030e3 (diff) | |
download | astroconda-contrib-b55f706b46fec27885bb58b2d51b25be88d4d1d1.tar.gz |
Rebuild all the things that need cfitsio because the last build of cfitsio failed and the conda-supplied library is not worth using due to some curl nonsense. (#622)
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 95e563a..486114b 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'hstcal' %} {% set version = '2.3.1' %} -{% set number = '1' %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} |