diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
commit | 767da1fa23b846f87a72bdbd3e496fb97a274ed9 (patch) | |
tree | e47a3e5b6340d670313eaa30eb75d76ca5766cdb /decorators/meta.yaml | |
parent | 1036d8a1201d335288dd6c426c3e146dfd2750b0 (diff) | |
download | astroconda-dev-767da1fa23b846f87a72bdbd3e496fb97a274ed9.tar.gz |
General dependency fixes
Diffstat (limited to 'decorators/meta.yaml')
-rw-r--r-- | decorators/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decorators/meta.yaml b/decorators/meta.yaml index a9439dd..863309b 100644 --- a/decorators/meta.yaml +++ b/decorators/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'decorators' %} -{% set version = '4.0.9' %} +{% set version = '0.1' %} {% set number = '0' %} about: @@ -19,6 +19,6 @@ requirements: - python x.x source: fn: {{ name }}-{{ version }}.tar.gz - md5: f12c5651ccd707e12a0abaa4f76cd69a + md5: 755857960408500848d1adc9d6495e98 url: - https://pypi.python.org/packages/source/d/decorators/{{ name }}-{{ version }}.tar.gz |