summaryrefslogtreecommitdiff
path: root/asteval
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /asteval
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
Diffstat (limited to 'asteval')
-rw-r--r--asteval/meta.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/asteval/meta.yaml b/asteval/meta.yaml
index b387816..d2aa3a2 100644
--- a/asteval/meta.yaml
+++ b/asteval/meta.yaml
@@ -1,5 +1,8 @@
{% set name = "asteval" %}
{% set version = "0.9.11" %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "5995f1863c1685cd00df010663c15be880035a38b1e58c6340fb1d3adc499d8e" %}