Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qax to 0.6.0 #25530

Merged
merged 1 commit into from Nov 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions recipes/qax/meta.yaml
@@ -1,6 +1,6 @@
{% set name = "qax" %}
{% set version = "0.4.0" %}
{% set sha256hash = "c264ab6714ad57b8d5157ab33c556af597dcfcd4bcdbcc2a6690836b9417d1d0" %}
{% set version = "0.6.0" %}
{% set sha256hash = "e125200ed4582e6eea5408aed8597294942d4ff5699c13da3618cdaba091a8c1" %}

package:
name: {{ name|lower }}
Expand All @@ -9,9 +9,6 @@ package:
source:
- url: https://github.com/telatin/qax/archive/v{{ version }}.tar.gz
sha256: {{ sha256hash }}
- url: https://nim-lang.org/download/nim-1.2.0.tar.xz
sha256: 4e94583a373965821805e665e0a05f52fb610916676edb09148941415637c575
folder: nim_source

build:
number: 0
Expand Down