diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-10 13:26:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 13:26:11 -0400 |
commit | 986e2ac5dee587abb5a3968d1022288995cda1cd (patch) | |
tree | dc3dc6b9e2a6107ef48777c8cd42b57fa9bea49a | |
parent | e842d03ef0b3bf6e17aea6d0b31032477550f4e6 (diff) | |
download | astroconda-releases-986e2ac5dee587abb5a3968d1022288995cda1cd.tar.gz |
Fix darktime linux spec file hash value for hstcal
Under some circumstances conda doesn't generate package filename hashes of consistent lengths. Manually adjust this until this problem can be fully characterized.
-rw-r--r-- | caldp/darktime/dev/CALDP_darktime_ACS_linux_py36_rc1.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caldp/darktime/dev/CALDP_darktime_ACS_linux_py36_rc1.yml b/caldp/darktime/dev/CALDP_darktime_ACS_linux_py36_rc1.yml index 91a3247..c6b2536 100644 --- a/caldp/darktime/dev/CALDP_darktime_ACS_linux_py36_rc1.yml +++ b/caldp/darktime/dev/CALDP_darktime_ACS_linux_py36_rc1.yml @@ -9,7 +9,7 @@ dependencies: - certifi=2020.4.5.1=py36_0 - cfitsio=3.470=1 - fitsverify=4.18=13 -- hstcal=2.3.2rc1.dev0+ga822901=5 +- hstcal=2.3.2rc1.dev0+ga822901f=5 - ld_impl_linux-64=2.33.1=h53a641e_7 - libedit=3.1.20181209=hc058e9b_0 - libffi=3.2.1=hd88cf55_4 |