diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-04-01 13:38:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-04-01 13:38:18 -0400 |
commit | c7be2dd8f1fd031b444c2feb5552a7826307ea50 (patch) | |
tree | a5f5b075e97c29602c0316cd93165e0bb49ed3f6 | |
parent | ae80a55a1ea89c0ac478cacf1fc64ee2240628ba (diff) | |
parent | b6796b28f502688e98ba1a0ae14cb1bca8859b61 (diff) | |
download | astroconda-contrib-release_1.0.1.tar.gz |
Merge pull request #1 from astroconda/jhunkeler-relic-patch-1release_1.0.1
Update RELIC to 1.0.4
-rw-r--r-- | relic/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/relic/meta.yaml b/relic/meta.yaml index 18e50ff..2d293e1 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: relic - version: '1.0.3' + version: '1.0.4' requirements: build: - setuptools @@ -15,7 +15,7 @@ requirements: - python x.x source: git_url: https://github.com/jhunkeler/relic.git - git_tag: '1.0.3' + git_tag: '1.0.4' test: imports: - relic |