diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-04 22:38:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 22:38:28 -0500 |
commit | ce423bc7764080f1e1172fee7088740549ef6e70 (patch) | |
tree | f91e2a48cf562e3bfbe55945de86840c1bf90a5f /pyqtgraph | |
parent | 833d9197a9609383a7f774383c346659aea449e6 (diff) | |
download | astroconda-dev-ce423bc7764080f1e1172fee7088740549ef6e70.tar.gz |
Update pyqtgraph to 0.10.0
Diffstat (limited to 'pyqtgraph')
-rw-r--r-- | pyqtgraph/meta.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyqtgraph/meta.yaml b/pyqtgraph/meta.yaml index ae47c7f..ad80dba 100644 --- a/pyqtgraph/meta.yaml +++ b/pyqtgraph/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pyqtgraph' %} -{% set version = '0.9.10' %} +{% set version = '0.10.0' %} {% set number = '0' %} about: @@ -22,9 +22,8 @@ requirements: - python x.x source: fn: {{ name }}-{{ version }}.tar.gz - md5: bd84bf7537c43cf38db81cc1ad4f743a - url: - - https://pypi.python.org/packages/source/p/pyqtgraph/{{ name }}-{{ version }}.tar.gz + md5: 371533725828e51658c98379b8f9abb3 + url: https://pypi.python.org/packages/cd/ad/307e0280df5c19986c4206d138ec3a8954afc722cea991f4adb4a16337d9/{{ name }}-{{ version }}.tar.gz test: imports: - pyqtgraph |