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

boa v0.15.0 #70

Merged
merged 1 commit into from May 18, 2023
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
@@ -1,17 +1,17 @@
{% set name = "boa" %}
{% set version = "0.14.0" %}
{% set version = "0.15.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/mamba-org/boa/archive/{{ version }}.tar.gz
sha256: aeec58c0c200d350a4f0dd0aa0d9108998054be54378db87676cabba67cf149c
sha256: f579557f7d93fedf07615d0da909f676039f6e52210f72b34f4364f344595db0

build:
script: {{ PYTHON }} -m pip install . --no-deps -vv
number: 4
number: 0
noarch: python
entry_points:
- conda-mambabuild = boa.cli.mambabuild:main
Expand Down