diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2018-12-06 17:39:33 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-06 17:39:33 -0500 |
commit | b1b30c377985afe4061306bdde39ac132cec844c (patch) | |
tree | b825acbcdb318fa7fa843380b37337371824d3e5 /asteval | |
parent | b3acf1438b8c8c61af77db04c4d4a5e3574d2da7 (diff) | |
download | astroconda-contrib-b1b30c377985afe4061306bdde39ac132cec844c.tar.gz |
Update specviz version (#433)
* Update specviz version
* Update version number
* Fix recipe
* Lowercased package names
* Adjusted pyqt5 -> pyqt. Version floor dropped to >=5.9 (5.11 does not exist in main)
* Update asteval to match specviz requirements
Diffstat (limited to 'asteval')
-rw-r--r-- | asteval/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asteval/meta.yaml b/asteval/meta.yaml index b387816..d04be66 100644 --- a/asteval/meta.yaml +++ b/asteval/meta.yaml @@ -1,8 +1,8 @@ {% set name = "asteval" %} -{% set version = "0.9.11" %} +{% set version = "0.9.13" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "5995f1863c1685cd00df010663c15be880035a38b1e58c6340fb1d3adc499d8e" %} +{% set hash_value = "8faf9f92b2b0d2ed376dc149d6bab2e01f614f6994722be9c16f982cbdd07c99" %} package: name: '{{ name|lower }}' |